Update Installation

deon 2024-05-28 12:01:06 +00:00
parent 69817d491c
commit 01356744f1

@ -431,4 +431,26 @@ CONTAINER ID IMAGE COMMAND CREATED
8b2215a8b374 gitea.dege.au/bbs/clrghouz "/sbin/init php-fpm" 4 minutes ago Up 4 minutes 80/tcp, 9000/tcp clrghouz-queue-1
0db2f7b8adba tobi312/minio "/usr/bin/docker-ent…" 4 minutes ago Up 4 minutes (healthy) 9000/tcp, 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp clrghouz-minio-1
a29cf9497ca0 postgres:15-alpine "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 5432/tcp clrghouz-postgres-1
```
```
## Final Setup
Some final steps that we need to do.
* Initialise the database with `docker exec -it clrghouz-web-1 ./artisan migrate --force`, you should see a bunch of
```sh
INFO Preparing database.
Creating migration table ........................................................................................ 36.91ms DONE
INFO Running migrations.
2014_10_12_000000_create_users_table ............................................................................ 31.18ms DONE
2014_10_12_100000_create_password_resets_table .................................................................. 17.76ms DONE
2021_06_18_133000_update_users ................................................................................... 8.55ms DONE
...
```
* Configure `minio`, see [Minio Configuration](Minio-Configuration)
* Configure `haproxy` if you are using it, see see [Haproxy Configuration](Haproxy-Configuration)