You need to sign in or sign up before continuing.
Select Git revision
Forked from
TO / cf-online-ui
Source project has a limited visibility.
INSTALL.md 443 B
-
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 database
./reset.sh
- start server
python manage.py runserver