Update Installation

deon 2024-05-28 12:51:08 +00:00
parent 0902fb2e92
commit b5e183408f

@ -446,15 +446,21 @@ Some final steps that we need to do.
```sh
INFO Preparing database.
Creating migration table ........................................................................................ 36.91ms DONE
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
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)
* Restart all the containers with `docker compose restart`
* Update your DNS servers, make sure your `WEB_HOSTNAME` (in `.env`) resolves to the docker hosts IPv4 address and the haproxy's container IPv6 address (as defined in `docker-compose.yml`)
## Now you are ready
You should be able to get to the clrghouz home page `http://[WEB_HOSTNAME]`.