From 2e85045fcb23f8feba4920a0cadf3ba302f16810 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 26 May 2011 15:24:32 +0200 Subject: Add preliminary gitweb and gitolite notes --- fripost-docs.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/fripost-docs.org b/fripost-docs.org index 625fdc6..951293b 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -770,6 +770,25 @@ TODO: add the necessary configuration files - sudo apt-get install apache2 +*** Configuring gitweb and gitolite + +# Note: incomplete steps + +sudo apt-get install gitolite gitweb + +sudo dpkg-reconfigure gitolite + +# Add the gitweb user to gitolite + +:: /var/lib/gitolite/.gitolite.rc + $REPO_UMASK = 0027; # gets you 'rwxr-x---' + +sudo usermod -a -G gitolite www-data + +sudo /etc/init.d/apache2 stop + +sudo /etc/init.d/apache2 start + ** Logging *** Overview We want to limit how much we log for privacy reasons. At the same time we want -- cgit v1.2.3