Minor fixes

Nick Yeoman 2023-07-23 08:54:55 -07:00
parent 0ef57e6081
commit 1a2b587286

@ -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