Commit 03e0a759 authored by dosire's avatar dosire

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

parent 69ff7657
...@@ -53,10 +53,10 @@ sudo -u git -H git checkout v1.8.0 # Addresses multiple critical security vulner ...@@ -53,10 +53,10 @@ sudo -u git -H git checkout v1.8.0 # Addresses multiple critical security vulner
```bash ```bash
cd /home/git/gitlab 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 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 sudo -u git -H bundle install --without development test mysql --deployment
......
...@@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0 ...@@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0
```bash ```bash
cd /home/git/gitlab 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 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 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