Skip to content
Snippets Groups Projects
Select Git revision
  • 089a8af7210c9ff93c2d344ff8dee23356c88d38
  • master default protected
2 results

README.md

Blame
  • 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