From 99921fc3db66427fd5200cae4043cd369e1cc4b5 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 21 Feb 2014 23:01:55 +0100 Subject: Hint to Git Variables added (thanks to Zak Estrada) --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 97bd7c8..3bcc13a 100644 --- a/README +++ b/README @@ -33,7 +33,12 @@ License: 7. for RUBY 1.9 you need to add SetEnv RUBYLIB $DUDLE_INSTALLATION_PATH to your .htaccess -8. Try to open http://$YOUR_SERVER/check.cgi to check if your config seems to work. +8. It might be the case, that you have to set some additional Variables in your .htaccess: + SetEnv GIT_AUTHOR_NAME="http user" + SetEnv GIT_AUTHOR_EMAIL=foo@example.org + SetEnv GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" + SetEnv GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" +9. Try to open http://$YOUR_SERVER/check.cgi to check if your config seems to work. === Pimp your Installation === * If you want to create your own Stylesheet, you just have to put it in -- cgit v1.2.3