James Moger
2011-06-08 716745e2dd9b3925b1229433e7072580206f731e
commit | author | age
f13c4c 1 Gitblit
JM 2 =================
3
1f9dae 4 Gitblit is an open source, pure Java Git solution for creating, viewing, and serving [Git](http://git-scm.com) repositories.<br/>
JM 5 More information about Gitblit can be found [here](http://gitblit.com).
f13c4c 6
JM 7 License
8 -------
9
10 Gitblit is distributed under the terms of the Apache Software Foundation
716745 11 license, version 2.0. The text of the license is included in the file LICENSE in the root
f13c4c 12 of the project.
JM 13
14 Java/Application server requirements
15 ------------------------------------
16
17 Gitblit requires at least Java 1.6.
18
19 Getting help
20 ------------
21
1f9dae 22 Read the online documentation available at the [Gitblit website](http://gitblit.com)
f13c4c 23
JM 24 Building Gitblit
25 ----------------
26 [Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured.
27
28 1. Import the gitblit project into your Eclipse workspace.<br/>
29 *There will be lots of build errors.*
30 2. Using Ant, execute the `build.xml` script in the project root.<br/>
31 *This will download all necessary build dependencies and will also generate the Keys class for accessing settings.*
32 3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.
1f9dae 33 4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.<br/>
JM 34 *This will clone some repositories from the web and run through the unit tests.*
35 5. Execute the *com.gitblit.Launcher* class to start Gitblit.