Skip to content

Haiti Code for Resilience SMS Rainfall Data Collection Project

Notifications You must be signed in to change notification settings

Esdras1995/sms-lapli

 
 

Repository files navigation

SMS-Lapli

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

Load Base Data:

python manage.py loaddata base/fixtures/initial_data.json
python manage.py loaddata hydromet/fixtures/initial_data.json

You should now be able to run the development server:

python manage.py runserver

About

Haiti Code for Resilience SMS Rainfall Data Collection Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.5%
  • HTML 33.3%
  • CSS 25.7%
  • Python 2.2%
  • ActionScript 1.0%
  • Makefile 0.2%
  • Other 0.1%