You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.MKD 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Gitblit
  2. =================
  3. Gitblit is an open source, pure Java Git solution.
  4. Gitblit can be found at: http://gitblit.com and is licensed under
  5. the Apache Software Foundation license, version 2.0.
  6. Contents
  7. --------
  8. - License
  9. - Java/Application server requirements
  10. - Getting help
  11. - Building Gitblit
  12. License
  13. -------
  14. Gitblit is distributed under the terms of the Apache Software Foundation
  15. license, version 2.0. The text is included in the file LICENSE in the root
  16. of the project.
  17. Java/Application server requirements
  18. ------------------------------------
  19. Gitblit requires at least Java 1.6.
  20. Getting help
  21. ------------
  22. - Read the online documentation available on the Gitblit website
  23. (http://gitblit.com)
  24. Building Gitblit
  25. ----------------
  26. [Eclipse](http://eclipse.org) is recommended for development as the project settings are preconfigured.
  27. 1. Import the gitblit project into your Eclipse workspace.<br/>
  28. *There will be lots of build errors.*
  29. 2. Using Ant, execute the `build.xml` script in the project root.<br/>
  30. *This will download all necessary build dependencies and will also generate the Keys class for accessing settings.*
  31. 3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.
  32. 4. Review the settings in `gitblit.properties` in your project root.<br/>
  33. Make sure you set an appropriate value for *git.repositoriesFolder*.
  34. 5. Execute the *com.gitblit.Launcher* class to start Gitblit.