configure.rb 157 Bytes Edit Raw Blame History 1 2 3 4 5 root_path = File.expand_path(File.dirname(__FILE__)) require File.join(root_path, "install", "prepare") env = ARGV[0] || "development" Install.prepare(env)