From e5e7b2484cd5706722b45aeb32d376d3329fc04f Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Fri, 18 Oct 2013 00:59:16 +0900 Subject: [PATCH] Describe version of Servlet container --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6883b2409..22d0da92f 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ Installation -------- 1. Download latest **gitbucket.war** from [the release page](https://github.com/takezoe/gitbucket/releases). -2. Deploy it to the servlet container such as Tomcat or Jetty. +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. The default administrator account is **root** and password is **root**. -(Since 1.6) 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. +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. - --port=[NUMBER] - --prefix=[CONTEXTPATH]