sms-pager/README.md

21 lines
622 B
Markdown
Raw Normal View History

2015-09-12 15:37:05 -05:00
# SMS Pager
2015-10-07 22:03:31 -05:00
A simple app to send sms messages with [twillio](https://www.twilio.com/).
2015-09-12 15:37:05 -05:00
## Configure
### Secrets file:
`config/application.yml` is read at boot and shoves the values into `ENV`.
2015-09-12 15:37:05 -05:00
1. Copy `config/application.yml.sample` and rename to `config/application.yml`.
2015-09-12 15:37:05 -05:00
2. Edit file and set/define as many secrets as you need. The sample file has the minimum expected keys.
3. Make *ABSOLUTE* certain that this file is not checked into your repository.
## TODO
* activation flag on user edit
* verify roles access
2015-09-12 15:37:05 -05:00
* application log
* task runner - delayedjob or sidekiq or activerecord newness?
* milestone 1.0.0