From 5be2d394c28f12269ba1aa8e2bd4f9cbd5db9540 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 20 Oct 2014 16:55:39 -0400 Subject: [PATCH] Merge release-1.6.1 --- src/site/setup_go.mkd | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd index 15d0813..8117244 100644 --- a/src/site/setup_go.mkd +++ b/src/site/setup_go.mkd @@ -26,6 +26,10 @@ If you are deploying Gitblit to a *nix platform, you might consider moving the data folder out of the GO installation folder and then creating a symlink named "data" that points to your moved folder. +#### Specifying baseFolder via GITBLIT_HOME + +You can specify `GITBLIT_HOME` either as an environment variable or as a `-DGITBLIT_HOME` JVM system property. + ### Creating your own Self-Signed SSL Certificate Gitblit GO (and Gitblit Certificate Authority) automatically generates a Certificate Authority (CA) certificate and an ssl certificate signed by this CA certificate that is bound to *localhost*. -- Gitblit v1.9.1