From b781696803efd4ad149b449bfdfa25c80a840151 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 17 Jan 2016 15:20:54 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 913a08a65..6f7d12dbb 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,17 @@ The current version of GitBucket provides a basic features below: - Public / Private Git repository (http and ssh access) - Repository viewer and online file editing -- Repository search (Code and Issues) - Wiki -- Issues -- Fork / Pull request +- Issues / Pull request - Email notification -- Activity timeline - Simple user and group management with LDAP integration -- Gravatar support - Plug-in system If you want to try the development version of GitBucket, see [Developer's Guide](https://github.com/gitbucket/gitbucket/blob/master/doc/how_to_run.md). Installation -------- +GitBucket requires **Java8**. You have to install beforehand when it's not installed. 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.