From 9ba79123eca65fa846fb1ae2ac6ac5d31ab90b2a Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Wed, 21 Feb 2024 16:36:29 +0100 Subject: [PATCH] Update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa6a7b9..7127265 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ First let's initialize the database. First let's import the SQL schema, execute: ```bash -$ docker-compose up db +$ docker compose up db ``` #### Step 2. Start backend (db, api) @@ -119,7 +119,7 @@ $ docker-compose up db Then launch the full stack (db, api) backend, execute: ```bash -$ docker-compose up db api +$ docker compose up db api ``` The API should be accessible via port HTTP/3000. @@ -127,6 +127,14 @@ 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/). +#### Step 3. Start frontend (web) + +Then launch the web frontend, execute: + +```bash +$ docker compose build web +``` + ### SQL Configuration Check and update your postgsail settings via SQL in the table `app_settings`: