My own Fork of gitbucket
.github | 4 years ago | ||
contrib | 7 years ago | ||
doc | 5 years ago | ||
project | 4 years ago | ||
src | 4 years ago | ||
.editorconfig | 4 years ago | ||
.gitignore | 4 years ago | ||
.scalafmt.conf | 4 years ago | ||
CHANGELOG.md | 4 years ago | ||
LICENSE | 8 years ago | ||
README.md | 4 years ago | ||
build.sbt | 4 years ago |
GitBucket is a Git web platform powered by Scala offering:
You can try an online demo (ID: root / Pass: root) of GitBucket, and also get the latest information at GitBucket News.
The current version of GitBucket provides many features such as:
If you want to try the development version of GitBucket, see the Developer's Guide.
GitBucket requires Java8. You have to install it, if it is not already installed.
java -jar gitbucket.war
.http://[hostname]:8080/
and log in with ID: root / Pass: root.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.
To upgrade GitBucket, replace gitbucket.war
with the new version, after stopping GitBucket. All GitBucket data is stored in HOME/.gitbucket
by default. So if you want to back up GitBucket's data, copy this directory to the backup location.
GitBucket has a plug-in system that allows extra functionality. Officially the following plug-ins are provided:
You can find more plugins made by the community at GitBucket community plugins.
See the change log for all of the updates.