21 lines
622 B
Markdown
21 lines
622 B
Markdown
# SMS Pager
|
|
|
|
A simple app to send sms messages with [twillio](https://www.twilio.com/).
|
|
|
|
## Configure
|
|
|
|
### Secrets file:
|
|
|
|
`config/application.yml` is read at boot and shoves the values into `ENV`.
|
|
|
|
1. Copy `config/application.yml.sample` and rename to `config/application.yml`.
|
|
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
|
|
* application log
|
|
* task runner - delayedjob or sidekiq or activerecord newness?
|
|
* milestone 1.0.0
|