The following sections deal with installing the Snoozeweb service. It will give you a minimal web GUI to get started with Snooze.
gem install bundle
cd snoozeweb
bundle install
, fill the config.yml with the right parameters and then you can simply run :
ruby run.rb
Note that if you have deployed Snooze with the snooze-capistrano script, you can type :
BOOTSTRAP="you bootstrap" ruby g5k.rb
The previous command assumes that your login is the same on your local machine and on grid‘5000 frontend. Otherwise open g5k.rb and change it.