Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 604 Bytes

This is outbreak - an NHS Hack Day project.

For development, to get started, run the following commands:

    python manage.py syncdb --migrate
    python manage.py runserver

Setup (local machine)

Install the dependencies:

pip install -r requirements.txt

Deployment

The target deployment environment for this application is a Raspberry Pi or similar.

The fabfile.py should include automated environment configuration and deployment.

To configure the environment for the first time:

fab configure

To deploy subsequent versions:

fab deploy