From 7164801a61813815e8ca144648d5bf5c4c7db7bf Mon Sep 17 00:00:00 2001 From: JasonM23 Date: Wed, 28 Aug 2013 11:25:08 +1000 Subject: Update installation.md Updated bundle install commands to reflect postgres or mysql --- doc/installation.md | 7 +++++-- 1 file 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 -- cgit v1.2.1