From 85a3ccc6d499f0abb937eb8a4fb55200587eda88 Mon Sep 17 00:00:00 2001 From: deon Date: Tue, 28 May 2024 13:00:47 +0000 Subject: [PATCH] Update Installation --- Installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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