From c9f3ec12a7e1014e8af221c1b969d57fb7130133 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 17 Jan 2016 15:24:11 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f7d12dbb..0e71b2e75 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,7 @@ GitBucket requires **Java8**. You have to install beforehand when it's not insta 1. Download latest **gitbucket.war** from [the release page](https://github.com/gitbucket/gitbucket/releases). 2. Deploy it to the Servlet 3.0 container such as Tomcat 7.x, Jetty 8.x, GlassFish 3.x or higher. -3. Access **http://[hostname]:[port]/gitbucket/** using your web browser. - -If you are using Gitbucket behind a webserver please make sure you have increased the **client_max_body_size** (on nginx) - -The default administrator account is **root** and password is **root**. +3. Access **http://[hostname]:[port]/gitbucket/** using your web browser and logged-in with **root** / **root**. or you can start GitBucket by `java -jar gitbucket.war` without servlet container. In this case, GitBucket URL is **http://[hostname]:8080/**. You can specify following options.