We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI want to host git repos on my server, but still have a nice tool to manage them, such as Beanstalk or Assembla.
Does anyone know of a similar tool which is downloadable (Other than As开发者_Python百科sembla private)? Security and reliability concerns won't allow for hosted solutions.
Gitolite is far more advanced than gitosis, and is quite easy to install, directly from your workstation (based on ssh communication with your Git repository server).
It is only for managing complex ACLs though, meaning it has no web front-end, even though you can quickly interface it with GitWeb (which comes with Git).
It also have no integration with Basecamp, Campfire (, ... and so on).
Have you tried gitosis?
Please try GitBlit. It is incredibly easy to install and to use compared to GitLab or Gitorious.
It took me few minutes to deploy it on a local Tomcat and create my first repository. In parallel, I'm still fighting (for days) with GitLab (on RH6.4 box without internet access)
Enjoy!
精彩评论