Project

colonel

0.0
No commit activity in last 3 years
No release in over 3 years
Gem for managing cron jobs with web GUI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 0.7.5

Runtime

>= 0
>= 0.9.2
~> 0.1.2
 Project Readme

Colonel

Gem for cron jobs editing by web GUI. Web GUI is based on Sinatra, Vegas and Twitter Bootstrap.

Usage

Add colonel to your Gemfile:

gem 'colonel', :git => 'git@github.com:santaux/colonel.git'

Install it:

bundle

Run application into your terminal and use:

bundle exec colonel

Stop application when you want:

bundle exec colonel -K

Or use it directly through your irb/rails console:

require 'colonel'
builder = Colonel::Builder.new
jobs = builder.parse

Screenshots

Jobs list Job editing Job deleting New job validating