Skip to content

uofthacks/uofthacks-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backup scheduler for the UofTHacks web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages