Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 570 Bytes

uofthacks-scheduler

Backup scheduler for the UofTHacks web server.

Uses whenever to deploy cron jobs.

Installing

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