public inbox for [email protected]  
help / color / mirror / Atom feed
From: =?GBK?B?taU=?= <[email protected]>
To: [email protected]
Subject: Pgadmin4 off - line installation
Date: Wed, 24 Jul 2019 19:11:07 +0800 (CST)
Message-ID: <[email protected]> (raw)

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.



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: Pgadmin4 off - line installation
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox