Anand
Anand

Reputation: 10400

How to build a web App with Git front end utils?

I know how to work in git. But, now I want to set up a git server in my org. so that developers can access it via internet from any where around the globe. I know about Github and I want to build my own custom git server for my organisation developers alone and I donot wish to outsource it to git hub like apps.

I need to provide browser based front end apart from console based. My server machine have windows Operating system. and we use java for our webdevelopment

Upvotes: 0

Views: 1162

Answers (3)

Jakub Narębski
Jakub Narębski

Reputation: 323932

Take a look at "Web Interface" section of InterfacesFrontendsAndTools page on Git wiki, and at Gitweb page, also on Git wiki.


Below there is (probably incomplete) list of various git web interfaces and integrated git hosting solutions:

Pure web interfaces (I guess that most commonly used are gitweb and cgit):

Git hosting solutions (forges) with built-in web interface:

Upvotes: 3

innaM
innaM

Reputation: 47899

Take a look at Gitweb. Their homepage not only provides the details on Gitweb itself, but also on alternative web frontends to git.

Upvotes: 1

Greg Bacon
Greg Bacon

Reputation: 139691

One option: grab the source for Gitorious and customize it for your needs.

Upvotes: 0

Related Questions