Changes

Jump to: navigation, search

Gitolite

6 bytes added, 08:37, 12 September 2013
/* Deploy */
chmod +x /home/git/repositories/yourproject/hooks/post-receive
chown -R gitolite:$APP /path/to/project
find /path/to/project -type f -exec chmod 640 {} \; find /path/to/project \; find -type d -exec chmod 750 /path/to/project {} \;
* It's also a good thing to have a check of the database when you launch the application, and automatically create it if it doesn't yet exist.
ControlGroup, administrator
4,210
edits