diff --git a/Installation.md b/Installation.md index 447a00c..d9f6c11 100644 --- a/Installation.md +++ b/Installation.md @@ -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]`. \ No newline at end of file +You should be able to get to the clrghouz home page `http://[WEB_HOSTNAME]`. Initial login details are `admin@clrghouz`/`password` \ No newline at end of file