Skip to content
Snippets Groups Projects
Commit 935ed64b authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Robert Schilling
Browse files

clarify which configs should be updated

parent e4f6025d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -41,7 +41,7 @@ For GitLab Enterprise Edition:
sudo -u git -H git checkout 7-2-stable-ee
```
 
### 3. Update gitlab-shell (and its config)
### 3. Update gitlab-shell
 
```bash
cd /home/git/gitlab-shell
Loading
Loading
@@ -84,12 +84,18 @@ sudo chmod +x /etc/init.d/gitlab
 
#### New configuration options for gitlab.yml
 
There are new configuration options available for gitlab.yml. View them with the command below and apply them to your current gitlab.yml if desired.
There are new configuration options available for gitlab.yml. View them with the command below and apply them to your current gitlab.yml.
 
```
git diff 7-1-stable:config/gitlab.yml.example 7-2-stable:config/gitlab.yml.example
```
 
Update rack attack middleware config
```
sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
```
### 7. Start application
 
sudo service gitlab start
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