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] *released %BUILDDATE%*
|
f90dc6
|
30 |
|
63ee41
|
31 |
- added: IUserService.setup(IStoredSettings) for custom user service implementations
|
790c38
|
32 |
|
88598b
|
33 |
issues, binaries, and sources @ [Google Code][googlecode]<br/>
|
f90dc6
|
34 |
sources @ [Github][gitbltsrc]
|
dd7961
|
35 |
|
JM |
36 |
### License
|
716745
|
37 |
Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0][apachelicense]
|
dd7961
|
38 |
|
f90dc6
|
39 |
[jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
|
JM |
40 |
[git]: http://git-scm.com "Official Git Site"
|
85c2e6
|
41 |
[gitbltsrc]: http://github.com/gitblit "gitblit git repository"
|
JM |
42 |
[googlecode]: http://code.google.com/p/gitblit "gitblit project management"
|
716745
|
43 |
[apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0" |