Update Installation
parent
0902fb2e92
commit
b5e183408f
@ -446,15 +446,21 @@ Some final steps that we need to do.
|
|||||||
```sh
|
```sh
|
||||||
INFO Preparing database.
|
INFO Preparing database.
|
||||||
|
|
||||||
Creating migration table ........................................................................................ 36.91ms DONE
|
Creating migration table .............................................................................. 36.91ms DONE
|
||||||
|
|
||||||
INFO Running migrations.
|
INFO Running migrations.
|
||||||
|
|
||||||
2014_10_12_000000_create_users_table ............................................................................ 31.18ms DONE
|
2014_10_12_000000_create_users_table .................................................................. 31.18ms DONE
|
||||||
2014_10_12_100000_create_password_resets_table .................................................................. 17.76ms DONE
|
2014_10_12_100000_create_password_resets_table ........................................................ 17.76ms DONE
|
||||||
2021_06_18_133000_update_users ................................................................................... 8.55ms DONE
|
2021_06_18_133000_update_users ......................................................................... 8.55ms DONE
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
* Configure `minio`, see [Minio Configuration](Minio-Configuration)
|
* Configure `minio`, see [Minio Configuration](Minio-Configuration)
|
||||||
* Configure `haproxy` if you are using it, see see [Haproxy Configuration](Haproxy-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]`.
|
Loading…
Reference in New Issue
Block a user