Building the Environment

Requirements

Starting up

From the project directory:

vagrant box add wheezy http://boxes.nickcharlton.net.s3-website-us-west-2.amazonaws.com/wheezy64-ansible-virtualbox.box
vagrant init wheezy
vagrant up

This will build the development environment and install the required packages. Once finished, you can use:

vagrant ssh

to connect to the box. To start the development server:

cd /var/www/qualia
python manage.py runserver 0.0.0.0:8000

The engine will be running on your machine. You can load the homepage in a web browser: http://127.0.0.1:8000