Commit 193c8ab1a41c7c4e0e7985ac4aec5a6da15c1578

Authored by Jeroen van Baarsen
1 parent 57173040

Update 6.1-to-6.2.md

Added a few enters so markdown can process the code (without adding bash in front of it)
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/update/6.1-to-6.2.md
... ... @@ -60,11 +60,13 @@ git diff 6-1-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.examp
60 60 * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/gitlab.yml.example but with your settings.
61 61 * Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/unicorn.rb.example but with your settings.
62 62 * Copy rack attack middleware config
  63 +
63 64 ```bash
64 65 sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
65 66 ```
66 67 * Uncomment `config.middleware.use Rack::Attack` in `/home/git/gitlab/config/application.rb`
67 68 * Set up logrotate
  69 +
68 70 ```bash
69 71 sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
70 72 ```
... ...