#Setting up littlebits community dev environment using vagrant
- Download the virtual box and install (OS X).
- Download and vagrant and install.
- Download the littlebits community box from my dropbox.
- If you haven't yet cloned the repo, do so now. Otherwise cd into the repo and run 'git pull' to make sure master is in sync with origin.
- Once the download of the littlebits box is complete, add it to your local collection of boxes with
vagrant box add littlebits /path/to/downloads/littlebits.box
- Make sure you are in the cloned project dir for the littlebits community patform. Then run
vagrant init littlebits
. - After that is complete you are ready to start vagrant:
vagrant up
. The vm is now running. - Now you can ssh into the vm. Just run
vagrant ssh
.