BigW Consortium Gitlab

Commit 0955a45a by Dmitriy Zaporozhets

Merge branch 'database-confusion' into 'master'

parents 5cc830d3 03e0a759
......@@ -53,10 +53,10 @@ sudo -u git -H git checkout v1.8.0 # Addresses multiple critical security vulner
```bash
cd /home/git/gitlab
# MySQL
# MySQL installations (note: the line below states '--without ... postgres')
sudo -u git -H bundle install --without development test postgres --deployment
#PostgreSQL
# PostgreSQL installations (note: the line below states '--without ... mysql')
sudo -u git -H bundle install --without development test mysql --deployment
......
......@@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0
```bash
cd /home/git/gitlab
# MySQL
# MySQL installations (note: the line below states '--without ... postgres')
sudo -u git -H bundle install --without development test postgres --deployment
# PostgreSQL
# PostgreSQL installations (note: the line below states '--without ... mysql')
sudo -u git -H bundle install --without development test mysql --deployment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment