James Moger
2011-06-26 d0e26353e62d17a1f6b765a71e9bb45b54806d70
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
18 ### Java Runtime Requirement
19
20 Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK).
dd7961 21  
56c549 22 ### Current Release
dd7961 23
d0e263 24 %VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
f90dc6 25
85c2e6 26 issues & binaries @ [Google Code][googlecode]<br/>
f90dc6 27 sources @ [Github][gitbltsrc]
dd7961 28
JM 29 ### License
716745 30 Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0][apachelicense]
dd7961 31
f90dc6 32 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
JM 33 [git]: http://git-scm.com "Official Git Site"
85c2e6 34 [gitbltsrc]: http://github.com/gitblit "gitblit git repository"
JM 35 [googlecode]: http://code.google.com/p/gitblit "gitblit project management"
716745 36 [apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0"