Updated install instructions for Meridian

This commit is contained in:
Luke Else 2025-05-30 00:09:11 +01:00
parent e557ae0152
commit 3dcc017007
Signed by: luke-else
GPG Key ID: B44FAF5CD3964A56
3 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,10 @@ cd ./Websites/
docker-compose down docker-compose down
cd .. cd ..
cd ./Meridian/
docker-compose down
cd ..
cd ./Tracking/ cd ./Tracking/
docker-compose down docker-compose down
cd .. cd ..

View File

@ -18,6 +18,10 @@ cd ./Websites/
docker-compose pull && docker-compose up -d docker-compose pull && docker-compose up -d
cd .. cd ..
cd ./Meridian/
docker-compose pull && docker-compose up -d
cd ..
cd ./Database/ cd ./Database/
docker-compose pull && docker-compose up -d docker-compose pull && docker-compose up -d
cd .. cd ..

View File

@ -52,3 +52,7 @@ ACKEE_PASSWORD=XXX
- Ensure that mysql root password, user and default database are updated. - Ensure that mysql root password, user and default database are updated.
- Ensure that mongo root password, and user 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. - 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