-
Notifications
You must be signed in to change notification settings - Fork 0
Install
justinkwanlee edited this page Dec 4, 2011
·
4 revisions
Install Python
Install RapidSMS
- Clone Rapid SMS from GitHub
- Run command "python setup.py install"
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/