Skip to content
Snippets Groups Projects
Commit 03e0a759 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Include a note for people that think the headers are wrong.

parent 69ff7657
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
 
Loading
Loading
Loading
Loading
@@ -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
 
 
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