This repository contains scripts to set up the developer environment.
vagrant/
:
The vagrant/
directory contains the scripts necessary to automatically
setup a Vagrant VM with all of the tools necessary to begin working on curie.
Requirements: To use this Vagrant VM, download and install VirtualBox and Vagrant from: https://www.virtualbox.org/wiki/Downloads https://www.vagrantup.com/downloads.html
To setup your environment cd into the vagrant/
directory and run "vagrant up".
After setup is complete, you can run "vagrant ssh" to connect to the VM.