You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Schuyler Erle b5fabf412c Add TrigramSearchManager to ChaloBEST models. 12 years ago
..
README Document the SMS gateway configuration on atlas. 12 years ago
run_gateway.sh Document the SMS gateway configuration on atlas. 12 years ago
settings.py Add TrigramSearchManager to ChaloBEST models. 12 years ago
smsBEST.conf Document the SMS gateway configuration on atlas. 12 years ago

README

These files make the SMS gateway on atlas go.

* apt-get install supervisor
* Create a virtualenv in /srv/smsBEST
* Install RapidSMS to the virtualenv:
http://github.com/schuyler/rapidsms
* rapidsms-admin.py startproject gateway
* Put settings.py in /srv/smsBEST/gateway
* Run manage.py syncdb in /srv/smsBEST/gateway
* Put run_gateway.sh in /srv/smsBEST/bin
* Put smsBEST.conf in /etc/supervisor/conf.d