Skip to content

nhshackday/outbreak

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published