chaloBEST/gateway
2012-02-28 18:14:19 +05:30
..
README Document the SMS gateway configuration on atlas. 2012-02-28 16:31:52 +05:30
run_gateway.sh Document the SMS gateway configuration on atlas. 2012-02-28 16:31:52 +05:30
settings.py Add TrigramSearchManager to ChaloBEST models. 2012-02-28 18:14:19 +05:30
smsBEST.conf Document the SMS gateway configuration on atlas. 2012-02-28 16:31:52 +05:30

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