diff --git a/Installation.md b/Installation.md index b5ea33e..447a00c 100644 --- a/Installation.md +++ b/Installation.md @@ -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) \ No newline at end of file +* 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]`. \ No newline at end of file