diff options
-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 |