Magento 1.x Harness for Workspace
To use this harness:
- Install Workspace
- Run
ws create <projectName> inviqa/magento1: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.ymlis not added to git:
git init
git add .
git commit -m "Initial commit"- Store the
workspace.override.ymlcontents in a suitable location (such as LastPass).