gitlab-org--gitlab-foss/configure.rb

6 lines
157 B
Ruby
Raw Normal View History

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