- Create virtualenv and activate it
- Install the dependencies in requirements.txt
- Run syncdb (and create your superuser) and migrate
- Run runserver (on port 8000 for the steps below)
- Your instances are in http://localhost:8000/admin/instances/instance/
- Click Add instance (http://localhost:8000/admin/instances/instance/add/)
- Fill out the form
- Click Save
- Your instances are in http://localhost:8000/admin/instances/instance/
- Check all the instances you want to launch
- Pick "Launch instances" from the Action dropdown
- Click Go
- (A notification will say how many instances were launched)