summaryrefslogtreecommitdiff
path: root/doc/update/6.2-to-6.3.md
diff options
context:
space:
mode:
authormaltefiala <c@mf.lc>2013-12-08 17:45:56 +0100
committermaltefiala <c@mf.lc>2013-12-08 17:45:56 +0100
commitd80fa8025b2feec5cd4485551e1bc95a92371e5d (patch)
tree290a51b4dde62b18c9d6895a3ba261632796159a /doc/update/6.2-to-6.3.md
parentabf11135c228790f212beb5e1ff716f9ebd33ebd (diff)
downloadgitlab-ce-d80fa8025b2feec5cd4485551e1bc95a92371e5d.tar.gz
Added Rake:Attack cp information to Upgrade Guide 6.3.0
Diffstat (limited to 'doc/update/6.2-to-6.3.md')
-rw-r--r--doc/update/6.2-to-6.3.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md
index ad4a5095447..b7740a538e2 100644
--- a/doc/update/6.2-to-6.3.md
+++ b/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
* 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.
* 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.
-* Copy rack attack middleware config
+
+```bash
+# Copy rack attack middleware config
+cd /home/git/gitlab
+sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
+```
### 6. Update Init script