diff options
author | James Moger <james.moger@gitblit.com> | 2014-10-20 16:42:43 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-10-20 16:55:39 -0400 |
commit | 5be2d394c28f12269ba1aa8e2bd4f9cbd5db9540 (patch) | |
tree | ed1349ed219eb6021c9382b174d2a92b55bc58b2 /src/site/setup_go.mkd | |
parent | faed6ecc170ffaeea6e0c67eb8b607bb526ff6f9 (diff) | |
parent | d6b70ab47bc5be26a9671dfd3a0a3dd9fa044eb4 (diff) | |
download | gitblit-5be2d394c28f12269ba1aa8e2bd4f9cbd5db9540.tar.gz gitblit-5be2d394c28f12269ba1aa8e2bd4f9cbd5db9540.zip |
Merge release-1.6.1
Diffstat (limited to 'src/site/setup_go.mkd')
-rw-r--r-- | 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 15d0813e..81172447 100644 --- a/src/site/setup_go.mkd +++ b/src/site/setup_go.mkd @@ -26,6 +26,10 @@ By default, Gitblit GO stores all data (users, settings, repositories, etc) in t 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*.
|