Pgadmin4 off - line installation - Mailing list pgadmin-hackers

From
Subject Pgadmin4 off - line installation
Date
Msg-id 551270a9.79e6.16c23ad7b48.Coremail.shanckai@126.com
Whole thread Raw
List pgadmin-hackers
dear:
I would like to ask how to deploy pgadmin4 to bare metal isolated from the Internet.

Now move the pgadmin4 on the Internet to the bare metal off-grid using the following steps

(pgadmin) [root@localhost pgadmin4]# pip3 freeze >requirements.txt 
(pgadmin) [root@localhost pgadmin4]# pip3 download -r  requirements.txt  -d /home/pack/

Package the files in the directory /home/pack/ to pack.tar.gz.
Copy pack.tar.gz to the bare metal on the off-net, configure the environment.

Use the following command
pip3 install --no-index --find-links=/home/pack -r requirements.txt
The installation failed.

I want to ask you: The installation steps in the off-network environment? We can think that the operating system in the off-net is centos 7.



 

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: pgAdmin4 v4.11 candidate builds
Next
From: Murtuza Zabuawala
Date:
Subject: [RM#4508] Fix tab navigation issue with Backgrid Datetime cell