From 1a2b5872861b6a48f7b74f8b7f166d7488dac2e1 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sun, 23 Jul 2023 08:54:55 -0700 Subject: [PATCH] Minor fixes --- Quick-Start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Quick-Start.md b/Quick-Start.md index d93e8e2..e39baf5 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -26,10 +26,10 @@ bash bin/joomla_new_project.sh # STEP 5 # Run the containers to initialize -docker-compose -f docker-compose.yml -f docker-compose.staging.yml --env-file .env.staging up -d +sudo docker-compose -f docker-compose.yml -f docker-compose.staging.yml --env-file .env.staging up -d # STEP 6 -# Run the Joomla cli installer +# Run the Joomla cli installer (Gotcha: wait until Joomla is up) sudo bash bin/joomla_install.sh # STEP 7