Complete PGADMIN4 installation instructions

From: Zahid Rahman <zahidr1000(at)gmail(dot)com>
To: pgsql-novice(at)lists(dot)postgresql(dot)org, pgadmin-support(at)lists(dot)postgresql(dot)org, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Complete PGADMIN4 installation instructions
Date: 2019-12-18 00:42:22
Message-ID: CAPGSW3SoOmeoCHmEakreohyjvcN_4VVyJGJ8WgWZFSJf8f6w0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-admin pgsql-novice

Software crisis averted.
PGADMIN4 Complete working instructions.

First I followed these instructions to download and install software
https://www.postgresql.org/download/linux/ubuntu/
only up to postgresql-server-dev-12. no further.

Then I went to this website by googling sudo apt-get install pgadmin4
apache
https://www.tecmint.com/install-pgadmin-debian-10/ although I have ubuntu.

copied and pasted the following code changing the email and password.
To the one I put in when prompted for and while running command line sudo
apt-get install pgadmin4 apache.

Also if run this command: systemctl status apache2 then you can 'q' out
of it to continue.
THIS MAY NOT WORK: http://SERVER_IP/pgadmin4 OR http://localhost/pgadmin4

Don't forget to stop service apache server. sudo systemctl stop apache2
otherwise you will get a port clash with docker.

then I went to website
https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html

SO downloaded docker with snap. sudo snap install docker

sudo docker pull dpage/pgadmin4
sudo docker run -p 80:80 \
-e 'PGADMIN_DEFAULT_EMAIL=user(at)domain(dot)com' \
-e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
-d dpage/pgadmin4

ran sudo docker
sudo docker run -p 80:80 -e 'PGADMIN_DEFAULT_EMAIL=zahidr1000(at)gmail(dot)com'
-e 'PGADMIN_DEFAULT_PASSWORD=*******' -d dpage/pgadmin4

Here is the KICKER. (not http://127.0.0.1/pgadmin4)
go to browser and type http://127.0.0.1 and you will see the blue login
screen prompting you for the
above email and password.

That's it.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Aditya Toshniwal 2019-12-18 05:43:36 Re: pgAdmin 4 v4.16 unmovable columns on save/open dialogs.
Previous Message Zahid Rahman 2019-12-17 22:06:45 401 Unauthorised

Browse pgsql-admin by date

  From Date Subject
Next Message Dave Page 2019-12-18 09:14:28 Re: Complete PGADMIN4 installation instructions
Previous Message Zahid Rahman 2019-12-17 22:00:44 Re: 401 unauthorised

Browse pgsql-novice by date

  From Date Subject
Next Message frazelle09 2019-12-18 02:24:44 Delete my account
Previous Message Zahid Rahman 2019-12-17 23:47:25 Re: Health warning: