My own Fork of gitbucket

@takezoe takezoe authored on 18 Jul 2013
lib Fix NullPointerException in trim for null parameter. 11 years ago
project (refs #20)Upgrade to JGit 3.0.0. 11 years ago
src/ main Batch updating for issues did not work with IE (also IE10). 11 years ago
.gitignore Ignore IDEA configuration files. 11 years ago
LICENSE (refs #30)Add LICENSE file 11 years ago
README.md Update README.md 11 years ago
command.bat Initial Import. 12 years ago
gitbucket.erd Fix the ER diagram according to the latest database schema. 11 years ago
sbt-launch-0.12.3.jar Initial Import. 12 years ago
sbt.bat Remove proxy settings again. 11 years ago
README.md

GitBucket

GitBucket is the easily installable Github clone written with Scala.

The current version of GitBucket provides a basic features below:

  • Public / Private Git repository (http access only)
  • Repository viewer (some advanced features are not implemented)
  • Wiki
  • Issues
  • Activity timeline
  • User management (for Administrators)

Following features are not implemented, but we will make them in the future release!

  • Fork and pull request
  • Search
  • Network graph
  • Statics
  • Watch / Star
  • Team management (like Organization in Github)

If you want to try the development version of GitBucket, see the documentation for developers at Wiki.

Installation

  1. Download latest gitbucket.war from the release page.
  2. Deploy it to the servlet container such as Tomcat or Jetty.
  3. Access http://[hostname]:[port]/gitbucket/ using your web browser.

The default administrator account is root and password is root.

To upgrade GitBucket, only replace gitbucket.war.

Release Notes

1.2 - 09 Jul 2013

  • Added activity timeline.
  • Bugfix for Git 1.8.1.5 or later.
  • Allows multi-byte characters as label.
  • Fixed some bugs.

1.1 - 05 Jul 2013

  • Fixed some bugs.
  • Upgrade to JGit 3.0.

1.0 - 04 Jul 2013

  • This is a first public release.