Update README.md

This commit is contained in:
Naoki Takezoe
2013-09-27 11:26:06 +09:00
parent 204c0cd0f8
commit ce943a0e6c

View File

@@ -37,10 +37,20 @@ Installation
The default administrator account is **root** and password is **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.
- --port=[NUMBER]
- --prefix=[CONTEXTPATH]
To upgrade GitBucket, only replace gitbucket.war.
Release Notes
--------
### 1.6 - COMMING SOON!
- Web hook.
- Performance improvement for pull request.
- Executable war file.
### 1.5 - 4 Sep 2013
- Fork and pull request.
- LDAP authentication.