trying to get installer working

This commit is contained in:
2023-05-20 13:37:56 -07:00
parent 8ab2a67e46
commit 6ffd91151e
7 changed files with 89 additions and 7 deletions

View File

@@ -7,5 +7,7 @@ Make sure the projectName is set correctly, it's very important.
1. Clone me ```git clone git@git.nickyeoman.com:nick/joomla.git projectName```
1. cd projectName
1. Setup your .env file ```mv env.sample .env``` then edit with your favorite editor.
1. bash bin/new_project.sh
1. bash bin/docker_up.sh
1. Prepare your project for git ```bash bin/new_project.sh```
1. Run the containers to initialize ```sudo bash bin/docker_up.sh```
1. Prepare the installer ```bash bin/setup_joomla_installer.sh```