mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00: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)
|