diff options
-rw-r--r-- | SETUP.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -75,9 +75,10 @@ FIXME: move to separate feature **On the server**, grant access for gitolite to write below /var/www -with this command: +with these commands: - FIXME + sudo mkdir /var/www/gitolite3 + chown git:www-data /var/www/gitolite3 **On your local host**, edit the file gitolite.conf |