diff options
author | James Moger <james.moger@gitblit.com> | 2014-07-01 11:02:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-09-30 11:24:32 -0400 |
commit | c72b44f85fa37650c1540d330117f92687fbd37f (patch) | |
tree | f3f31495b521eba61e1a1c31b4461cb41f6a2207 /src/site | |
parent | 1f8ea80341d5176a25f7fadae0fd347dad1ed138 (diff) | |
download | gitblit-c72b44f85fa37650c1540d330117f92687fbd37f.tar.gz gitblit-c72b44f85fa37650c1540d330117f92687fbd37f.zip |
Remove git.streamFileThreshold setting
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/setup_go.mkd | 1 | ||||
-rw-r--r-- | src/site/setup_war.mkd | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd index f099cc04..15d0813e 100644 --- a/src/site/setup_go.mkd +++ b/src/site/setup_go.mkd @@ -8,7 +8,6 @@ Open `data/gitblit.properties` in your favorite text editor and make sure to rev - *server.storePassword* (do not enter *#* characters)
**https** is strongly recommended because passwords are insecurely transmitted form your browser/git client using Basic authentication!
- *git.packedGitLimit* (set larger than the size of your largest repository)
- - *git.streamFileThreshold* (set larger than the size of your largest committed file)
3. Execute `authority.cmd` or `java -cp gitblit.jar com.gitblit.authority.Launcher --baseFolder data` from a command-line
**NOTE:** The Authority is a Swing GUI application. Use of this tool is not required as Gitblit GO will startup and create SSL certificates itself, BUT use of this tool allows you to control the identification metadata used in the generated certificates. Skipping this step will result in certificates with default metadata.
1. fill out the fields in the *new certificate defaults* dialog
diff --git a/src/site/setup_war.mkd b/src/site/setup_war.mkd index 94309b11..3f937e1c 100644 --- a/src/site/setup_war.mkd +++ b/src/site/setup_war.mkd @@ -4,8 +4,7 @@ 2. You may have to manually extract the WAR (zip file) to a folder within your webapps folder.
3. By default, the Gitblit webapp is configured through `WEB-INF/data/gitblit.properties`.
Open `WEB-INF/data/gitblit.properties` in your favorite text editor and make sure to review and set:
- - <context-parameter> *git.packedGitLimit* (set larger than the size of your largest repository)
- - <context-parameter> *git.streamFileThreshold* (set larger than the size of your largest committed file)
+ - *git.packedGitLimit* (set larger than the size of your largest repository)
4. You may have to restart your servlet container.
5. Open your browser to <http://localhost/gitblit> or whatever the url should be.
6. Enter the default administrator credentials: **admin / admin** and click the *Login* button
|