James Moger
2011-09-28 c7ebb2407112b8137e2cd7c108dd13957b4cff1e
commit | author | age
dd7961 1 ## Overview
85c2e6 2 <a href="screenshots.html" title="Screenshots"><img class="overview" src="thumbs/00.png" alt="Screenshots" /></a>
JM 3
4 Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories.<br/>
5 Its designed primarily as a tool for small workgroups who want to host centralized repositories.
6
7 Gitblit is available in two variations:
8 <ul class='noBullets'>
9 <li>*Gitblit GO* - a complete & integrated pure Java stack<p>
10     This is what you should download if you want to go from zero to Git in less than 5 mins.<br/>
11     Gitblit GO is like a mashup of Apache httpd, [Git][git], and Gitweb with simplified configuration and maintenance.<br/>
12     All dependencies are downloaded on first execution.<p>
13 <li>*Gitblit WAR* - a traditional WAR distribution<p>
14     This is what you should download if you want to deploy Gitblit into your own servlet container (e.g. Tomcat, Jetty, etc).<br/>
15     All dependencies are bundled.
16 </ul>
17
2179fb 18 ### Tools
JM 19 <ul class='noBullets'>
20 <li>*Gitblit Federation Client* - a command line tool to clone/pull groups of repositories and optionally users and settings
21 </ul>
22
85c2e6 23 ### Java Runtime Requirement
JM 24
25 Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK).
9b72a2 26
56c549 27 ### Current Release
dd7961 28
2179fb 29 **%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
f90dc6 30
c7ebb2 31 - fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
63ee41 32 - added: IUserService.setup(IStoredSettings) for custom user service implementations
790c38 33
88598b 34 issues, binaries, and sources @ [Google Code][googlecode]<br/>
f90dc6 35 sources @ [Github][gitbltsrc]
dd7961 36
JM 37 ### License
716745 38 Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0][apachelicense]
dd7961 39
f90dc6 40 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
JM 41 [git]: http://git-scm.com "Official Git Site"
85c2e6 42 [gitbltsrc]: http://github.com/gitblit "gitblit git repository"
JM 43 [googlecode]: http://code.google.com/p/gitblit "gitblit project management"
716745 44 [apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0"