Git on the server(windows server 2012) [closed]
Asked Answered
K

3

15

We want to install Git in our dedicated server to mange our code version and code revision. Our dedicated server has Windows server 2012. We thought about GitLab, but it is not supported in windows. Suggest me which one should I use, there is Gitprep for windows.

Kagu answered 19/8, 2013 at 9:1 Comment(0)
R
22

You could use Bonobo Git Server, it is designed to run on Windows in IIS.

Rima answered 10/12, 2013 at 14:3 Comment(0)
K
6

It would be best, on Windows, to host a virtual image (as in VirtualBox) of a Unix server, in which you can benefit from all the git repo hosting services, like GitLab)

If not, Gitblit is a good (and portable, available on Windows) alternative.

Kendrick answered 19/8, 2013 at 10:32 Comment(2)
wont that create performance overhead?Granicus
@Granicus no, the "performance" of such a server doesn't have to be outstanding to work well, and the overhead of a virtualized server is nowadays quite small. If you want even a smaller one, use a Docker image through boot2docker: docs.docker.com/installation/windows. Then the overhead is really small.Kendrick
E
6

You can try Git Candy, A Git platform based on ASP.NET MVC. Now, GitCandy supported to SSH protocol.

Source on http://github.com/Aimeast/GitCandy

Demo on http://gitcandy.com/

Emmons answered 22/1, 2014 at 15:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.