Changes between Version 8 and Version 9 of PgAdmin4Einrichten
- Timestamp:
- Jan 14, 2023, 5:10:29 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PgAdmin4Einrichten
v8 v9 4 4 5 5 {{{#!box note 6 * Alle ab dem 01.01.2023eingerichteten !TransplantAct/AKI-Sentinel-Instanzen verfügen bereits über pgAdmin4; die Web-Oberfläche ist jeweils über...6 * Alle ab dem '''01.01.2023''' eingerichteten !TransplantAct/AKI-Sentinel-Instanzen verfügen bereits über pgAdmin4; die Web-Oberfläche ist jeweils über... 7 7 {{{ 8 8 http:/mein-transplantact-server/pgadmin4 … … 13 13 14 14 ---- 15 == Installation und Konfiguration == 15 16 17 [https://www.pgadmin.org/download/pgadmin-4-apt/ pgAdmin4-Debian-Repository] zur künftigen Nutzung registrieren: 16 18 19 Als '''root''' ausführen: 20 {{{ 21 apt-get install curl gnupg2 -y 22 }}} 17 23 18 Quelle: https://www.pgadmin.org/download/pgadmin-4-apt/ 24 Datei [raw-attachment:pgdg.list pgdg.list] herunterladen und im Verzeichnis... 25 {{{ 26 /etc/apt/sources.list.d/ 27 }}} 28 ...platzieren. 19 29 20 apt-get install curl gnupg2 -y 30 Relevant ist folgende Zeile ''(in der heruntergeladenen Datei enthalten)'' 31 {{{ 32 deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/buster pgadmin4 main 33 }}} 21 34 22 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 35 Datei [https://www.pgadmin.org/static/packages_pgadmin_org.pub packages_pgadmin_org.pub] herunterladen und in Verzeichnis... 36 {{{ 37 /tmp/ 38 }}} 39 ...der virtuellen Maschine platzieren. 23 40 24 Datei... https://www.pgadmin.org/static/packages_pgadmin_org.pub ...herunterladen und in Verzeichnis /tmp/ platzieren 25 41 Als '''root''' ausführen: 42 {{{ 26 43 apt-key add /tmp/packages_pgadmin_org.pub 27 44 … … 31 48 32 49 apt install pgadmin4-web 50 }}} 33 51 52 53 Als '''root''' folgendes Kommando ausführen... 54 {{{ 34 55 /usr/pgadmin4/bin/setup-web.sh 56 }}} 57 ...und im Verlauf der Installation ''(sobald die entsprechenden Fragen gestellt werden)'' folgendes Benutzerkonto (mit einem Passwort Ihrer Wahl) anlegen: 58 {{{ 59 admin@transplantact-local.org 60 }}} 35 61 36 Benutzerkonto / Account:37 62 38 admin@transplantact-local.org 63 ---- 64 39 65 40 66 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