diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-07-18 05:03:33 -0700 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-07-18 05:03:33 -0700 |
commit | 5cbfd405b09eab3fa7e013ec921383bc49c695dc (patch) | |
tree | e4862dc3d7eb3396747b11e79d30f6d28fb52439 | |
parent | 1221733f4b51979fa85463e0ebde54f1c3efcc70 (diff) | |
parent | dbb279ca9e598ce15cc170e20df01be0127fd7a6 (diff) | |
download | gitlab-ci-5cbfd405b09eab3fa7e013ec921383bc49c695dc.tar.gz |
Merge pull request #209 from tom5760/minor-install-doc-tweak-postgres
Minor tweak to install docs for postgres.
-rw-r--r-- | doc/installation.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index e5ccfe9..b308f21 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -108,8 +108,11 @@ You can use either MySQL or PostgreSQL. ### Install gems + # mysql sudo -u gitlab_ci -H bundle --without development test postgres --deployment - 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 |