From 3dcc017007e594759fa800db7788cddfc7bcce33 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 30 May 2025 00:09:11 +0100 Subject: [PATCH] Updated install instructions for Meridian --- main-spindown.sh | 4 ++++ main-spinup.sh | 4 ++++ todo.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/main-spindown.sh b/main-spindown.sh index f8b37c7..18ec992 100644 --- a/main-spindown.sh +++ b/main-spindown.sh @@ -4,6 +4,10 @@ cd ./Websites/ docker-compose down cd .. +cd ./Meridian/ +docker-compose down +cd .. + cd ./Tracking/ docker-compose down cd .. diff --git a/main-spinup.sh b/main-spinup.sh index 71b1811..2f03f0e 100644 --- a/main-spinup.sh +++ b/main-spinup.sh @@ -18,6 +18,10 @@ cd ./Websites/ docker-compose pull && docker-compose up -d cd .. +cd ./Meridian/ +docker-compose pull && docker-compose up -d +cd .. + cd ./Database/ docker-compose pull && docker-compose up -d cd .. diff --git a/todo.md b/todo.md index 111f77e..72ea731 100644 --- a/todo.md +++ b/todo.md @@ -52,3 +52,7 @@ ACKEE_PASSWORD=XXX - Ensure that mysql root password, user and default database are updated. - Ensure that mongo root password, and user are updated. - Ensure database ports are correctly assigned and do not have to pass through traefik. + +## Meridian + +- Copy .env_example to a .env file and insert all the correct params