Symfony 4.x+ Harness for Workspace
To use this harness:
- Install Workspace
- Run
ws create <projectName> inviqa/symfony:v1.5.2
- Fill in project-specific AWS and Github credentials, set as blank if you don't need them
- Change to the directory:
cd <projectName>
- Create an initial commit, ensuring that
workspace.override.yml
is not added to git:
git init
git add .
git commit -m "Initial commit"
- Store the
workspace.override.yml
contents in a suitable location (such as LastPass).