Running a Git Server on Windows Server 2012 R2/IIS

痞子三分冷 提交于 2019-12-05 21:54:39

I don't see any reason why Bonobo shouldn't help you with this - it basically does two things using IIS and Git:

  1. Allow you to remotely access git reposistories using an HTTP/HTTPS conversation with an IIS server
  2. Provide a web based front end (like a very, very, slimmed down version of GitHub) which lets you handle the admin of Bonobo (users, permissions etc) and also view your repository content via a web browser.

You'll have to install Bonobo on both your 'production' and your 'deployment' machines, and the two Bonobo servers won't know about each other or communicate with each other - your developers will have to set both servers as remotes and push to them appropriately, or you'll have to arrange some other automated process which does this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!