root/trunk/wiki/console

Revision 451, 303 bytes (checked in by jlong, 1 year ago)

imported Junebug

Line 
1 #!/usr/bin/env ruby
2
3 %w(
4   .
5   vendor/junebug/lib
6 ).reverse.each { |dir| $:.unshift(File.dirname(__FILE__) + "/" + dir) }
7
8 require 'junebug/config'
9
10 JUNEBUG_ROOT = ENV['JUNEBUG_ROOT'] = File.dirname(File.expand_path(__FILE__))
11
12 system "camping #{Junebug::Config.script} -C -d junebug.db -l junebug.log"
Note: See TracBrowser for help on using the browser.