Pgadmin4 off - line installation

Поиск
Список
Период
Сортировка
От
Тема Pgadmin4 off - line installation
Дата
Msg-id 551270a9.79e6.16c23ad7b48.Coremail.shanckai@126.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: pgAdmin4 v4.11 candidate builds
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: [RM#4508] Fix tab navigation issue with Backgrid Datetime cell