- Install RVM (http://beginrescueend.com/)
- Install VirtualBox (https://www.virtualbox.org/)
Clone the repo and cd into it.
cd /path/to/cloned_repo
It should prompt you to use rvmrc file, say "yes", then bundle install
bundle install
Build VM Server (see below)
Install VirtualBox and Vagrant:
Clone the repo and cd into it.
cd /path/to/cloned repo
Build VM Server (see below)
vagrant up
SSH into it...
vagrant ssh
Go into the python folder...
cd /vagrant/src/python/
Run the server on port 8000
python manage.py runserver 0.0.0.0:8000
In a browser you'll be able to access the site at http://33.33.0.10:8000/
Don't modify the css files, instead from this location, run compass and modify the files in the src/assets/sass/ folder...
cd /path/to/cloned_repo
compass watch