Can't finish installation.md because of missing file in Master
Created by: Vincent14
Since this commit https://github.com/gitlabhq/gitlabhq/pull/5278 I can't end the tutorial found on https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md saying:
Copy the example Rack attack config sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
Enable rack attack middleware Find and uncomment the line 'config.middleware.use Rack::Attack' sudo -u git -H editor config/application.rb
Because on a fresh install, config/initializers/rack_attack.rb.example doesn't longer exist in the repo.