mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 12:36:27 +10:00
6 lines
157 B
Ruby
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)
|