jj0hns0n / sms-lapli

Haiti Code for Resilience SMS Rainfall Data Collection Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smslapli

Haiti Code for Resilience SMS Rainfall Data Collection Project based on RapidSMS

Below you will find basic setup instructions for the smslapli project. To begin you should have the following applications installed on your local development system:

Getting Started

To setup your local environment you should create a virtualenv and install the necessary requirements:

virtualenv smslapli-env

On Posix systems you can activate your environment like this:

source smslapli-env/bin/activate

On Windows, you'd use:

smslapli-env\Scripts\activate

Then:

cd smslapli
pip install -U -r requirements/base.txt

Run migrate:

python manage.py migrate

You should now be able to run the development server:

python manage.py runserver

About

Haiti Code for Resilience SMS Rainfall Data Collection Project


Languages

Language:JavaScript 37.6%Language:HTML 33.1%Language:CSS 25.7%Language:Python 2.4%Language:ActionScript 1.0%Language:Shell 0.1%Language:Ruby 0.0%