Skip to content
Snippets Groups Projects
Commit 5a6a72f7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #266 from jasonm23/patch-1

Update installation.md
parents 881f3dc9 7164801a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment