Backup scheduler for the UofTHacks web server.
Uses whenever to deploy cron jobs.
First, clone this repository into the home directory of the root
user:
cd ~
git clone git@github.com:uofthacks/uofthacks-scheduler.git
Then make sure dependencies are installed:
cd ~/uofthacks-scheduler/
gem install bundler
bundle install
To configure the crontab:
bundle exec whenever --update-crontab # update the crontab using config/schedule.rb