diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2013-10-21 20:45:56 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2013-10-21 20:45:56 +0200 |
commit | 193c8ab1a41c7c4e0e7985ac4aec5a6da15c1578 (patch) | |
tree | c876acc1674f6af23e5d89f65ca6aef4659951ea /doc/update/6.1-to-6.2.md | |
parent | 5717304098ae81285a5a616fb066e9ae7ea88f54 (diff) | |
download | gitlab-ce-193c8ab1a41c7c4e0e7985ac4aec5a6da15c1578.tar.gz |
Update 6.1-to-6.2.md
Added a few enters so markdown can process the code (without adding bash in front of it)
Diffstat (limited to 'doc/update/6.1-to-6.2.md')
-rw-r--r-- | doc/update/6.1-to-6.2.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/6.1-to-6.2.md b/doc/update/6.1-to-6.2.md index 7335ca44a42..6f0514a8610 100644 --- a/doc/update/6.1-to-6.2.md +++ b/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 * 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. * 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. * Copy rack attack middleware config + ```bash sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb ``` * Uncomment `config.middleware.use Rack::Attack` in `/home/git/gitlab/config/application.rb` * Set up logrotate + ```bash sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab ``` |