From 896c533de882d729a6fd8a30e08fd5a9e9eec27d Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 18 Jun 2011 09:22:05 -0400 Subject: [PATCH] Map gitservlet from web.xml and configure it from gitblit properties. --- docs/00_setup.mkd | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/00_setup.mkd b/docs/00_setup.mkd index fc2fd85..02816e7 100644 --- a/docs/00_setup.mkd +++ b/docs/00_setup.mkd @@ -1,6 +1,6 @@ -## Server Setup and Configuration +## Gitblit-Go Setup and Configuration -1. Download and unzip [Gitblit %VERSION%](http://gitblit.com/%DISTRIBUTION%).<br/> +1. Download and unzip [Gitblit-Go %VERSION%](http://gitblit.com/%GO%).<br/> *Its best to eliminate spaces in the path name as that can cause troubleshooting headaches.* 2. The server itself is configured through a simple text file.<br/> Open `gitblit.properties` in your favorite text editor and make sure to review and set: @@ -91,7 +91,7 @@ 3. <pre>Key = *http.sslVerify* Value = *false*</pre> - Command-line Git ([Git-Config Manual Page](http://www.kernel.org/pub/software/scm/git/docs/git-config.html)) - <pre>git-config --global --bool --add http.sslVerify false</pre> + <pre>git config --global --bool --add http.sslVerify false</pre> ### Cloning an Access Restricted Repository - Eclipse/Egit<br/>Nothing special to configure, EGit figures out everything. -- Gitblit v1.9.1