Skip to content
Snippets Groups Projects
Commit 7164801a authored by JasonM23's avatar JasonM23
Browse files

Update installation.md

Updated bundle install commands to reflect postgres or mysql
parent 881f3dc9
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