rv_harness.rb

Path: lib/cheat/rv_harness.rb
Last Update: Sat Feb 23 07:17:10 +0000 2019

Example mongrel harness for camping apps with rv

author: Evan Weaver url: blog.evanweaver.com/articles/2006/12/19/rv-a-tool-for-luxurious-camping license: AFL 3.0

Required files

mongrel   mongrel/camping   site  

Constants

LOGFILE = 'mongrel.log'
PIDFILE = 'mongrel.pid'
PORT = ARGV[0].to_i   or whatever else you want passed in
ADDR = ARGV[1]

[Validate]