diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-21 22:44:49 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-21 22:45:14 +0300 |
commit | d1daeba1736ba145fe525ce08a91f29495a3abf1 (patch) | |
tree | d64b3f9765535112b7398bde8cea347589d7427b /doc | |
parent | d862ebd3b340d46937e0bf37c382fd93056b238e (diff) | |
download | gitlab-ce-d1daeba1736ba145fe525ce08a91f29495a3abf1.tar.gz |
Updated app:status & docs with hooks. Removed write_hooks from app:setup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 5611c3b37e4..1d32e1b7582 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -119,7 +119,6 @@ Permissions: sudo chmod -R g+rwX /home/git/repositories/ sudo chown -R git:git /home/git/repositories/ - sudo chown gitlab:gitlab /home/git/repositories/**/hooks/post-receive #### CHECK: Logout & login again to apply git group to your user @@ -177,6 +176,11 @@ Permissions: #### Setup DB sudo -u gitlab bundle exec rake gitlab:app:setup RAILS_ENV=production + +#### Setup gitlab hooks + + sudo cp ./lib/hooks/post-receive /home/git/share/gitolite/hooks/common/post-receive + sudo chown git:git /home/git/share/gitolite/hooks/common/post-receive Checking status: @@ -196,6 +200,7 @@ Checking status: Resolving deltas: 100% (174/174), done. Can clone gitolite-admin?............YES UMASK for .gitolite.rc is 0007? ............YES + /home/git/share/gitolite/hooks/common/post-receive exists? ............YES If you got all YES - congrats! You can go to next step. |