Commit d80fa8025b2feec5cd4485551e1bc95a92371e5d
1 parent
abf11135
Exists in
master
and in
4 other branches
Added Rake:Attack cp information to Upgrade Guide 6.3.0
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
doc/update/6.2-to-6.3.md
... | ... | @@ -63,7 +63,12 @@ git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.examp |
63 | 63 | |
64 | 64 | * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings. |
65 | 65 | * Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/unicorn.rb.example but with your settings. |
66 | -* Copy rack attack middleware config | |
66 | + | |
67 | +```bash | |
68 | +# Copy rack attack middleware config | |
69 | +cd /home/git/gitlab | |
70 | +sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb | |
71 | +``` | |
67 | 72 | |
68 | 73 | ### 6. Update Init script |
69 | 74 | ... | ... |