Skip to content
Snippets Groups Projects
Commit b677b0e3 authored by mike's avatar mike
Browse files

Add explicit --with statement for postgres and mysql gem groups as necessary....

Add explicit --with statement for postgres and mysql gem groups as necessary. When I followed these instructions, the first command did not install the postgres group and it had to be made explicit.
parent a792427e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -57,10 +57,10 @@ sudo -u git -H make
cd /home/git/gitlab
 
# PostgreSQL
sudo -u git -H bundle install --without development test mysql --deployment
sudo -u git -H bundle install --without development test mysql --with postgres --deployment
 
# MySQL
sudo -u git -H bundle install --without development test postgres --deployment
sudo -u git -H bundle install --without development test postgres --with mysql --deployment
 
# Optional: clean up old gems
sudo -u git -H bundle clean
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