diff options
author | James Moger <james.moger@gitblit.com> | 2013-03-29 09:39:23 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-03-29 09:39:23 -0400 |
commit | 1e9ddaf8ea3acb07f07151e26508f7f3a165db4e (patch) | |
tree | b073320d2fb15ffbba0e8c2c182044fbd19eda8a /src | |
parent | 70a0c76b7eef4da44eb14dfef8db106389a8940e (diff) | |
download | gitblit-1e9ddaf8ea3acb07f07151e26508f7f3a165db4e.tar.gz gitblit-1e9ddaf8ea3acb07f07151e26508f7f3a165db4e.zip |
Clarify need to review installService.cmd for keystore password (issue 221)
Diffstat (limited to 'src')
-rw-r--r-- | src/site/setup.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/setup.mkd b/src/site/setup.mkd index 34078930..8a3d99a4 100644 --- a/src/site/setup.mkd +++ b/src/site/setup.mkd @@ -109,7 +109,7 @@ X509 certificates can be confusing and tricky even with the simplified Gitblit C ### Running as a Windows Service
Gitblit uses [Apache Commons Daemon](http://commons.apache.org/daemon) to install and configure its Windows service.
-1. Review the contents of the `installService.cmd`
+1. **Review the contents** of the `installService.cmd` where you may have to change the <u>default keystore password</u>.
2. Set the *ARCH* value as appropriate for your installed Java Virtual Machine.
3. Add any necessary *--StartParams* as enumerated below in **Command-Line Parameters**.
4. Execute the script.
|