From e48192e609e9cbd00ca8797c4f6c5a7b330b4ad5 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Mon, 29 Apr 2024 18:02:05 +0200 Subject: [PATCH] Update README --- docs/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1ec2583..944a1c8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -78,8 +78,7 @@ flowchart LR ### Deploy -By default there is no network set and all data are store in a docker volume. -You can update the default settings by editing `docker-compose.yml` and `docker-compose.dev.yml` to your need. +There is two compose files used. You can update the default settings by editing `docker-compose.yml` and `docker-compose.dev.yml` to your need. Now let's initialize the database. @@ -103,6 +102,10 @@ The API should be accessible via port HTTP/3000. The database should be accessible via port TCP/5432. You can connect to the database via a web gui like [pgadmin](https://www.pgadmin.org/) or you can use a client [dbeaver](https://dbeaver.io/). +```bash +$ docker compose -f docker-compose.yml -f docker-compose.dev.yml pgadmin +``` +Then connect to the web UI on port HTTP/5050. #### Step 3. Start frontend (web) @@ -115,6 +118,8 @@ This step can take some time as it will first do a build to generate the static The frontend should be accessible via port HTTP/8080. +Users are collaborating on an installation guide, [Self-hosted-installation-guide](https://github.com/xbgmsharp/postgsail/wiki/Self-hosted-installation-guide) + ### SQL Configuration Check and update your postgsail settings via SQL in the table `app_settings`: