Git Server Installation Options for Windows
Install Git Server on Windows
If you are OK to install Git server on Linux, GitLab Community Version is the best options free of charge. It's just like a GitHub Server on you Local Network.If you prefer to host your Git server on Windows, here is some of the options as of December, 2015.
- Bitbucket by Atlassian Stash, developed with Java:
- for up to 10 users, one-time $10 payment, 30 days try.
- Close integration with JIRA, as it come from same company.
- Close integration with Confluence (which is $120/year).
- Also Git GUI Client -- SourceTree same company is very good.
- Bonobo Server: Developed with .Net. Free and open source, hosted on IIS for windows.
- GitStack: Run on Apache and Python. $720/year for up to 10 users. 30 days try.
More information is also available here.
Install Git Client on Windows
Install git command tools is required for run scripts and future trouble shooting. install:
- Git-2.6.3-64-bit.exe -- Git Command Line tools
- git-credential-winstore.exe -- remember user name and password on your PC
- SourceTreeSetup_1.6.25.exe -- GUI for Git command line tools
- git config --global user.name "Emma Paris"
- git config --global user.email "eparis@atlassian.com"
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home