Software for Git in the enterprise? [closed] Software for Git in the enterprise? [closed] git git

Software for Git in the enterprise? [closed]


If you're using JIRA, you should definitely take a look at Stash. It's built on the same platform and integrates with JIRA well. It also integrates with Active Directory out of the box.


There is another solution, it's free and awesome, we use it as internal repository management

http://gitlabhq.com

On GitHub you can find out how to install it on your server:

https://github.com/gitlabhq/gitlabhq/wiki

For AD authentication, you must copy the config file config/initializers/omniauth.rb.sample to config/initializers/omniauth.rb, then edit it with your AD settings and finally restart gitlab.