jeKnowledge / slack-birthday-bot

:tada: Slack bot for celebrating your team birthdays
MIT License
31 stars 8 forks source link

Can i use this app without Heroku ? #4

Closed designskiller closed 8 years ago

jbernardo95 commented 8 years ago

@designskiller You can, if you setup your system's cron to do so.

Heroku scheduler works like the cron. So just setup a cron to run the rake task.

This might help: http://tutorials.jumpstartlab.com/topics/systems/automation.html

We will add a guide on how to setup cron for this project in the near future :)

designskiller commented 8 years ago

@jbernardo95 Thank you!

jbernardo95 commented 8 years ago

@designskiller Just updated the README with setup instructions for a custom server 😉