gitlabhq/configure.rb
2011-10-09 00:36:38 +03:00

6 lines
157 B
Ruby

root_path = File.expand_path(File.dirname(__FILE__))
require File.join(root_path, "install", "prepare")
env = ARGV[0] || "development"
Install.prepare(env)