Update installation.md with receive.advertisePushOptions

See https://gitlab.com/gitlab-org/gitlab-ce/issues/33061#note_37473342
This commit is contained in:
Jonathon Reinhart 2017-09-22 01:57:13 +00:00
parent bc33774f52
commit f7edc65899
1 changed files with 3 additions and 0 deletions

View File

@ -367,6 +367,9 @@ sudo usermod -aG redis git
# Enable packfile bitmaps
sudo -u git -H git config --global repack.writeBitmaps true
# Enable push options
sudo -u git -H git config --global receive.advertisePushOptions true
# Configure Redis connection settings
sudo -u git -H cp config/resque.yml.example config/resque.yml