-
Notifications
You must be signed in to change notification settings - Fork 2
Installing Jobby Rails
Jobby and Jobby Rails both require a UNIX-Like environment to function. Sorry – guys, that means Linux, BSD, Solaris and OS X Only; Windows users will need to find another tool. Likewise, JRuby, IronRuny and Rubinius will not be able to run Jobby.
First – Get Jobby!
Jobby is available as a Rubygem – install it using gem install jobby.
Second – Install the Plugin!
./script/plugin install git://github.com/HHRy/jobby_rails.git
The installer script should automatically be started by the plugin installer, but if not you can start it manually by running rake jobby_rails:install.
Thirdly – Read the Documentation
The README file included in the plugin will get you up and running quickly with a simple example of how Jobby Rails works. The best thing you can do though is have a look at the online documentation for the project.
Finally – Enjoy!