development setup for working on all the exploreapollo modules
- You need to install vagrant and virtualbox. You also need git installed. You should be able to authenticate to GitHub with SSH (https://help.github.com/articles/generating-an-ssh-key/).
- Clone this repo in a convenient location
- Initialize the project:
./init
- Inside the folder run
vagrant up
vagrant ssh
This will put you inside the ubuntu box. Mess with your projects:
cd /projects
ls