added new project script

This commit is contained in:
2023-05-20 02:01:52 -07:00
parent e2d2864949
commit ea06fb48d7
4 changed files with 61 additions and 3 deletions

View File

@@ -2,7 +2,11 @@
Joomla CMS.
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. mv env.sample .env
1. vi .env
1. cd projectName
1. Setup your .env file ```mv env.sample .env``` then edit with your favorite editor.
1. bash bin
1. sudo docker-compose up -d