diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-29 10:40:24 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-29 10:40:24 -0700 |
commit | 5a6a72f7b6b95215ff7e973770156ee99b3782ff (patch) | |
tree | dde0100f328dab4e5927d0a891776f64872350a5 | |
parent | 881f3dc9a82d64791d0270e865f777983f7173e0 (diff) | |
parent | 7164801a61813815e8ca144648d5bf5c4c7db7bf (diff) | |
download | gitlab-ci-3-0-stable.tar.gz |
Merge pull request #266 from jasonm23/patch-13-0-stable
Update installation.md
-rw-r--r-- | doc/installation.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/installation.md b/doc/installation.md index ed96810..23b3474 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -109,9 +109,12 @@ You can use either MySQL or PostgreSQL. sudo chmod -R u+rwX tmp/sockets/ ### Install gems - - sudo -u gitlab_ci -H bundle --without development test postgres --deployment + + # mysql sudo -u gitlab_ci -H bundle --without development test postgres --deployment + + # postgres + sudo -u gitlab_ci -H bundle --without development test mysql --deployment ### Setup db |