Skip to content
Snippets Groups Projects
Commit 2ea60296 authored by Ben Adida's avatar Ben Adida
Browse files

added install instructions

parent 13b71e69
No related branches found
No related tags found
No related merge requests found
* install PostgreSQL 8.3+
* make sure you have virtualenv installed:
http://www.virtualenv.org/en/latest/
* download helios-server
* cd into the helios-server directory
* create a virtualenv:
virtualenv venv
* activate virtual environment
source venv/bin/activate
* install requirements
pip install -r requirements.txt
* reset
./reset.sh
* start server
python manage.py runserver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment