diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-06-03 15:42:22 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-06-03 15:42:22 +0200 |
commit | 7044d649a39c51bf0543baec33c3f7497e038171 (patch) | |
tree | 65ad94cb77405b9d7eaaaa0c8849baef1229c873 /doc/install | |
parent | 5f7d6c7d746e4f71d3f48eedf473a74d1131907a (diff) | |
download | gitlab-ce-7044d649a39c51bf0543baec33c3f7497e038171.tar.gz |
Add autocrlf back to installation docs, add a check for it.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index be0dd37a48b..badea4de214 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -241,6 +241,9 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da # Copy the example Rack attack config sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb + # Configure Git global settings for git user, used when editing via web editor + sudo -u git -H git config --global core.autocrlf input + # Configure Redis connection settings sudo -u git -H cp config/resque.yml.example config/resque.yml |