Setting up git server with web interface?

后端 未结 7 1481
小蘑菇
小蘑菇 2020-12-23 18:12

As our company would never let a third party like github anywhere near our source code, is anyone aware of any software or setup guides or blogs on how to setup a scm server

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 19:01

    Use Gogs. It's a lightweight git server with web interface written in Go language. It looks like a github clone, but not at all. There is an internal bugtracker and wiki, but they can be replaced by external in settings. Take a look at it.

提交回复
热议问题