gitlabhq/configure.rb

6 lines
157 B
Ruby
Raw Normal View History

2011-10-08 23:36:38 +02:00
root_path = File.expand_path(File.dirname(__FILE__))
require File.join(root_path, "install", "prepare")
env = ARGV[0] || "development"
Install.prepare(env)