Environment Setup for Windows and OS X (includes additional step of drinking coffee) - SpotScore/spotscore GitHub Wiki
Prerequisites:
- Virtualbox: https://www.virtualbox.org/wiki/Downloads
- Vagrant: https://www.vagrantup.com/downloads.html
- Vagrant's plugin vagrant-docker-compose: https://github.com/leighmcculloch/vagrant-docker-compose
Optional:
- Vagrant plugin vagrant-vbguest: https://github.com/dotless-de/vagrant-vbguest (installs latest Vbox Guest Additions)
Run containers:
- Git clone code from https://github.com/SpotScore/spotscore or go to your existing project
- Start terminal and change working directory to be the project's folder.
- Run:
vagrant up
. - Go drink a coffee.
- Vagrant box and docker images are downloaded, containers are run. Go to http://localhost:3000 with your browser and you should get a response.