Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 471 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 471 Bytes

OpenSprinkler Pi Website

This project was hacked together by the "Unhandled Exceptions" team during the 2013 Southern Utah Code Camp.

Quick Start

  1. Clone the repository.
  2. Install the necessary dependencies: sudo apt-get install python-dev python-virtualenv libncurses5-dev
  3. Run ./bootstrap to get everthing setup.
  4. Run ./manage.py runserver_plus 0.0.0.0:8000 to start up the development server.
  5. Develop!