REMbooth is a reminders service for tasks managed with Redbooth.
How to:
- Sign in REMbooth using your Redbooth account
- Link your Twitter account.
- Select some task lists to get notifications when a task is due.
- The REMBooth robot will mention you in Twitter to remind your pending tasks.
REMbooth uses rbenv
to manage the application environment variables. Before launching the project, set the required environment variables in the .env
file:
REDBOOTH_APP_ID: value
REDBOOTH_APP_SECRET: value
TWITTER_CONSUMER_KEY: value
TWITTER_CONSUMER_SECRET: value
TWITTER_ACCESS_TOKEN: value
TWITTER_ACCESS_TOKEN_SECRET: value
You can use the awesome gem foreman
to launch an instance of the typical MongoDB configuration and the Delayed Job worker:
bundle exec foreman start
If you want to launch only the server, use:
bundle exec rails s
Just use:
bundle exec rake