mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories. Gitblit WAR is what you should download if you already have a servlet container available that you wish to use. Jetty 6/7/8 and Tomcat 6/7 are known to work. Generally, any Servlet 2.5 or Servlet 3.0 container should work. Gitblit can be used as a dumb repository viewer with no administrative controls or user accounts. Gitblit can be used as a complete Git stack for cloning, pushing, and repository access control. Gitblit can be used without any other Git tooling (including actual Git) or it can cooperate with your established tools. WWW: http://gitblit.com/ PR: 203072 Submitted by: Dusan Vejnovic <freebsd@dussan.org>
24 lines
689 B
Text
24 lines
689 B
Text
************************************************************************
|
|
|
|
By default, Gitblit stores all data (users, settings,
|
|
repositories, etc) in ${contextFolder}/WEB-INF/data.
|
|
Specifying an alternate "baseFolder" allows for simple
|
|
upgrades in the future.
|
|
|
|
You can specify "baseFolder":
|
|
- via GITBLIT_HOME, or
|
|
- via web.xml, or
|
|
- via JNDI.
|
|
|
|
For value of "baseFolder" use value "/usr/local/gitblit".
|
|
|
|
You can login with the default administrator credentials:
|
|
admin / admin
|
|
|
|
!!!MAKE SURE TO CHANGE THE ADMINISTRATOR USERNAME AND/OR PASSWORD!!!
|
|
|
|
|
|
More informations:
|
|
http://gitblit.com/setup_war.html
|
|
|
|
************************************************************************
|