Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikdiet <mikdiet@gmail.com>2014-05-30 15:30:17 +0400
committerMikdiet <mikdiet@gmail.com>2014-06-17 12:21:49 +0400
commit94266f1f664dfb4cf430ffd4fadbf251c38b985a (patch)
treeb0059facbaedf7ae2535f20f97000e60bc1b4839 /.teatro.yml
parente44e2316c3e223955847859492f6f9bd7974e50e (diff)
teatro setup
create teatro db before setup force teatro setup config for teatro teatro setup rename gitlab.yml.teatro -> gitlab.teatro.yml
Diffstat (limited to '.teatro.yml')
-rw-r--r--.teatro.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.teatro.yml b/.teatro.yml
new file mode 100644
index 00000000000..30054361981
--- /dev/null
+++ b/.teatro.yml
@@ -0,0 +1,8 @@
+stage:
+ before:
+ - cp config/gitlab.teatro.yml config/gitlab.yml
+ - mkdir /apps/gitlab-satellites
+ - mkdir /apps/repositories
+
+ database:
+ - RAILS_ENV=development force=yes bundle exec rake db:create gitlab:setup \ No newline at end of file