diff options
author | Mikdiet <mikdiet@gmail.com> | 2014-05-30 14:30:17 +0300 |
---|---|---|
committer | Mikdiet <mikdiet@gmail.com> | 2014-06-17 11:21:49 +0300 |
commit | 94266f1f664dfb4cf430ffd4fadbf251c38b985a (patch) | |
tree | b0059facbaedf7ae2535f20f97000e60bc1b4839 /.teatro.yml | |
parent | e44e2316c3e223955847859492f6f9bd7974e50e (diff) | |
download | gitlab-ce-94266f1f664dfb4cf430ffd4fadbf251c38b985a.tar.gz |
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.yml | 8 |
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 |