10 lines
242 B
Ruby
10 lines
242 B
Ruby
|
# Load the rails application
|
||
|
require File.expand_path('../application', __FILE__)
|
||
|
require 'yaml'
|
||
|
YAML::ENGINE.yamler = 'syck'
|
||
|
|
||
|
# Initialize the rails application
|
||
|
Orbit::Application.initialize!
|
||
|
Me = Site.first
|
||
|
OrbitLogger = Logger::Syslog.new
|