Minor fixes
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
|
||||
|
Reference in New Issue
Block a user