From 5a6591e3b1fc7c3923c35289845390d79e9ecd60 Mon Sep 17 00:00:00 2001 From: yaso-meth <164614470+yaso-meth@users.noreply.github.com> Date: Mon, 5 May 2025 13:51:33 +0200 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35060dbc..fed50da8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,40 @@ -to run from scratch:- -1) sudo docker compose up -d --build -2) if MIH-Minio is not starting correctly run "sudo chown 1001 File_Storage/" in prject folder then run step 1 -3) add access key to MIH-Minio -4) make dev bucket public +
cd Mzansi-Innovation-Hubsudo docker compose up -d --buildsudo docker compose --profile prod up -d --buildsudo docker compose --profile prod --profile withCert up -d --buildhttps://localhost:9443/ (Change Local Host to IP if necessary).sudo chown 1001 File_Storage/ in the project directory, stop MIH Server (see details below), then start from step 3 again. sudo chown 1001 File_Storagehttps://localhost:9001/login (Change Localhost to IP if necessary).sudo docker compose downsudo docker compose --profile prod downsudo docker compose --profile prod --profile withCert down