Skip to content
aliasav edited this page Feb 8, 2016 · 2 revisions

Welcome to the smokeager wiki!

Getting Started

  1. Create a virtualenv

  2. Do a pip install -r requirements.txt for installing requirements.

  3. Execute following commands to setup db migrations: ./manage.py syncdb ./manage.py migrate

  4. Run development server with: ./manage.py runserver

  5. Start contributing!

Ops

The ops folder contains deployment scripts for now.

Edit the hosts file to include IP/FQDN of the server you want the project to run in.

To Do

  1. A frontend is required, possible hybrid app using Ionic.
  2. Slack integration
  3. Shell callable commands (docopt can be used for this).
  4. Intelligent analytics for smoking habits.

Clone this wiki locally