| From: | 单 <shanckai(at)126(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Pgadmin4 off - line installation |
| Date: | 2019-07-24 11:11:07 |
| Message-ID: | 551270a9.79e6.16c23ad7b48.Coremail.shanckai@126.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)localhost pgadmin4]# pip3 freeze >requirements.txt
(pgadmin) [root(at)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Murtuza Zabuawala | 2019-07-24 11:29:39 | [RM#4508] Fix tab navigation issue with Backgrid Datetime cell |
| Previous Message | Akshay Joshi | 2019-07-24 09:15:00 | Re: pgAdmin4 v4.11 candidate builds |