Created
June 7, 2022 10:34
-
-
Save parallaxhub/562f8f71b751027ef33bc64706af780c to your computer and use it in GitHub Desktop.
PostgreSQL and pgAdmin4 in Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONTACT ME TO ENGAGED YOUR WORKS: | |
SMS: +8801608978203 | |
Telegram: https://t.me/parallaxhub | |
WhatsApp: +8801608978203 | |
Email: [email protected] | |
I Will help you ti install PgAdmin4 | |
What I Need To Setup? | |
✅ I Need Ubuntu 20.04 LTS 64 Bit Linux | |
✅ A Domain name pointed to Ubuntu | |
✅ SSH access for work | |
apt update -y && apt upgrade -y | |
apt install pgadmin4 | |
sudo /usr/pgadmin4/bin/setup-web.sh | |
# Replace email | |
# save and exit | |
visit: 0.0.0.0/pgadmin4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uploading 1.mp4…