From 7359f7dd51f6ec149bb1a62c76b472a7763ff55c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 27 May 2021 10:19:21 +0200 Subject: docs(SETUP): add commands to grant access at server for web export --- SETUP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SETUP.md b/SETUP.md index 6ec5e2a..e8d51a2 100644 --- a/SETUP.md +++ b/SETUP.md @@ -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 -- cgit v1.2.3