summaryrefslogtreecommitdiffstats
path: root/src/site/setup_war.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/setup_war.mkd')
-rw-r--r--src/site/setup_war.mkd3
1 files changed, 1 insertions, 2 deletions
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