Update 'setup_pgadmin.sh'
This commit is contained in:
parent
d65481fc46
commit
750bda5dd2
@ -3,6 +3,8 @@
|
||||
# Prepare
|
||||
sh /setup_programs.sh
|
||||
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
|
||||
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg
|
||||
@ -14,3 +16,8 @@ apt install -y pgadmin4 pgadmin4-web
|
||||
|
||||
# Configure
|
||||
#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