| 1 | = pgAdmin4 einrichten = |
| 2 | |
| 3 | Quelle: https://www.pgadmin.org/download/pgadmin-4-apt/ |
| 4 | |
| 5 | apt-get install curl gnupg2 -y |
| 6 | |
| 7 | Datei editieren bzw. neu anlegen: -> Verzeichnis: /etc/apt/sources.list.d/ -> Datei: pgdg.list -> Zeile anhängen: deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/buster pgadmin4 main |
| 8 | |
| 9 | Datei... https://www.pgadmin.org/static/packages_pgadmin_org.pub ...herunterladen und in Verzeichnis /tmp/ platzieren |
| 10 | |
| 11 | apt-key add /tmp/packages_pgadmin_org.pub |
| 12 | |
| 13 | apt update |
| 14 | |
| 15 | apt upgrade |
| 16 | |
| 17 | apt install pgadmin4-web |
| 18 | |
| 19 | /usr/pgadmin4/bin/setup-web.sh |
| 20 | |
| 21 | Benutzerkonto / Account: |
| 22 | |
| 23 | admin@transplantact-local.org |
| 24 | |
| 25 | Datei editieren: -> Verzeichnis: /usr/pgadmin4/web -> Datei: config.py -> Zeile 138 - DEFAULT_SERVER -> Adresse von 127.0.0.1 auf 0.0.0.0 ändern |
| 26 | |
| 27 | [https://deref-gmx.net/mail/client/Le-KEMyadvQ/dereferrer/?redirectUrl=http%3A%2F%2F172.16.130.212%2Fpgadmin4 http://mein-transplantact-server/pgadmin4] |