Update 'setup_pgadmin.sh'
This commit is contained in:
parent
d65481fc46
commit
750bda5dd2
@ -3,6 +3,8 @@
|
|||||||
# Prepare
|
# Prepare
|
||||||
sh /setup_programs.sh
|
sh /setup_programs.sh
|
||||||
apt install -y lsb-release curl gpg
|
apt install -y lsb-release curl gpg
|
||||||
|
apt install -y build-essential libssl-dev libffi-dev libgmp3-dev virtualenv libpq-dev python-dev
|
||||||
|
#python-pip
|
||||||
|
|
||||||
# Download
|
# Download
|
||||||
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg
|
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg
|
||||||
@ -13,4 +15,9 @@ apt update
|
|||||||
apt install -y pgadmin4 pgadmin4-web
|
apt install -y pgadmin4 pgadmin4-web
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
# GET /usr/pgadmin4/web/config.py
|
#GET /usr/pgadmin4/web/config.py
|
||||||
|
|
||||||
|
# Configure rverse-proxy
|
||||||
|
apt install -y nginx
|
||||||
|
#Remove old nginx config
|
||||||
|
#GET new config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user