From c7abfc156933fff21e765aeec1d9b94e1c9f9f7f Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 07:34:00 -0800 Subject: added a tiny bit of docs to the gitweb.rb script --- camping/gitweb.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/camping/gitweb.rb b/camping/gitweb.rb index 37b0262..eb9417c 100644 --- a/camping/gitweb.rb +++ b/camping/gitweb.rb @@ -2,6 +2,10 @@ require 'rubygems' require 'camping' require 'git' +# +# gitweb is a web frontend on git +# there is no user auth, so don't run this anywhere that anyone can use it +# it's read only, but anyone can remove or add references to your repos # # install dependencies # sudo gem install camping-omnibus --source http://code.whytheluckystiff.net -- cgit