From 7bb860dcd882653bb5b30a7e087559238c701da9 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 29 Jan 2017 12:33:21 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9879e574e..65e6bbe56 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ Features The current version of GitBucket provides a basic features below: - Public / Private Git repository (http and ssh access) -- Repository viewer and online file editor +- GitLFS support +- Repository viewer includes online file editor - Issues, Pull request and Wiki for repositories -- Email notification +- Activity timeline and email notification - Account and group management with LDAP integration - Plug-in system @@ -34,14 +35,9 @@ You can specify following options: - `--gitbucket.home=[DATA_DIR]` - `--temp_dir=[TEMP_DIR]` -`TEMP_DIR` is used as the [temporary directory for the jetty application context](https://www.eclipse.org/jetty/documentation/9.3.x/ref-temporary-directories.html). -This is the directory into which the gitbucket.war file is unpacked, the source -files are compiled, etc. -If given this parameter **must** match the path of an existing directory -or the application will quit reporting an error; if not given the path used -will be a `tmp` directory inside the gitbucket home. +`TEMP_DIR` is used as the [temporary directory for the jetty application context](https://www.eclipse.org/jetty/documentation/9.3.x/ref-temporary-directories.html). This is the directory into which the `gitbucket.war` file is unpacked, the source files are compiled, etc. If given this parameter **must** match the path of an existing directory or the application will quit reporting an error; if not given the path used will be a `tmp` directory inside the gitbucket home. -You can also deploy gitbucket.war to a servlet container which supports Servlet 3.0 (like Jetty, Tomcat, JBoss, etc) +You can also deploy `gitbucket.war` to a servlet container which supports Servlet 3.0 (like Jetty, Tomcat, JBoss, etc) For more information about installation on Mac or Windows Server (with IIS), or configuration of Apache or Nginx and also integration with other tools or services such as Jenkins or Slack, see [Wiki](https://github.com/gitbucket/gitbucket/wiki).