Skip to content
justinkwanlee edited this page Dec 4, 2011 · 4 revisions

Setup Dependencies

Install Python

Install RapidSMS

  1. Clone Rapid SMS from GitHub
  2. Run command "python setup.py install"

Setup BusSMS

To Synchronize the DB (in command, in BusSMS folder) Run command "python manage.py syncdb"

Run Server (in command, in BusSMS folder) - Keep command window open

Run command "python manage.py runserver"

Run router (in command, in BusSMS folder) - Keep command window open

Run command "python manage.py runrouter"

Run in browser 127.0.0.1:8000/ or localhost:8000/

Clone this wiki locally