Skip to content

crazy-paf/eums

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EUMS

End User Monitoring System

Installation

##Git

    git clone https://github.com/unicefuganda/eums.git

    cd eums

    virtualenv eums

    pip install -r requirements.txt

    cd eums/client

    "install node from http://nodejs.org/"

    npm install

    npm install -g bower

    bower install

    npm install -g grunt-cli

    grunt - tests should all pass

    cd ../..

    createdb -O postgres eums

    python manage.py syncdb --noinput

    python manage.py migrate

    python manage.py runserver

==

  • run python manage.py test

Done!! you're good to go :)

Filenaming convention:

  • for tests: test_[[OBJECT]]_[[ACTION]].py e.g: test_location_form.py, test_location_model.py, test_location_views.py

====

About

End User Monitoring System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.5%
  • JavaScript 38.3%
  • Other 0.2%