Skip to content

Instantly share code, notes, and snippets.

# Adapted from John Mettraux's ruote quickstart at
# http://openwferu.rubyforge.org/quickstart.html
#
# This script uses the 'atom' module rather than 'atom-tools' so that you can
# run it successfully even from behind a proxy (defined in the http_proxy
# environment variable)
require 'rubygems'
require 'openwfe/engine' # sudo gem install ruote
require 'atom' # sudo gem install atom