Update Installation
parent
b5e183408f
commit
85a3ccc6d4
@ -456,6 +456,12 @@ Some final steps that we need to do.
|
||||
...
|
||||
```
|
||||
|
||||
* Seed the DB with some defaults
|
||||
|
||||
```sh
|
||||
> docker exec -it clrghouz-web-1 ./artisan db:seed InitialSetup --force
|
||||
```
|
||||
|
||||
* 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`
|
||||
@ -463,4 +469,4 @@ Some final steps that we need to do.
|
||||
|
||||
## Now you are ready
|
||||
|
||||
You should be able to get to the clrghouz home page `http://[WEB_HOSTNAME]`.
|
||||
You should be able to get to the clrghouz home page `http://[WEB_HOSTNAME]`. Initial login details are `admin@clrghouz`/`password`
|
Loading…
Reference in New Issue
Block a user