summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/installation.md7
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