Install Bonobo Git Server (Private Git Server) on Windows x86/x64

--

1) Prerequisites

1.1) Internet Information Services 7 and higher
How to Install IIS 8 on Windows 8
Installing IIS 8 on Windows Server 2012
Installing IIS 7 on Windows Server 2008 or Windows Server 2008 R2
Installing IIS 7 on Windows Vista and Windows 7

1.2) .NET Framework 4.6
Windows Vista SP2, Windows 7 SP1, 8, 8.1, 10 and higher
Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2012 and higher

1.3) Windows 10 enable ASP.NET support
Turn Windows Features on/off and under IIS -> World Wide Web Services -> Application Development Features.

Press WIN, type Windows Features
Enable IIS Management
Enable ASP.NET 4.6+ and Static Content
Click Close
Will see C:\inetpub
Right click on C:\inetpub
Select Users and click Edit…
Select Users and allow Full Control and Modify and click OK
Review Users permissions and click OK

Restart computer and if everything is ready, let’s get started with the installation.

2) Download Bonobo Git Server 6.5.0 from https://bonobogitserver.com/resources/releases/6_5_0.zip

Click Download 6.5.0
Save File
File name 6_5_0.zip

3) Install Bonobo Git Server 6.5.0

Extract file 6_5_0.zip to C:\inetpub\wwwroot
Check Bonobo.Git.Server is exist
Select IIS_IUSRS and Click Edit…
Select IIS_IUSRS and enable Full Control and Modify and click OK
Select IIS_IUSRS and review permissions and click OK
Press WIN + R, type inetmgr and click OK
Select Sites > Default Web Site > Bonobo.Git.Server, right click and Convert to Application
Click OK
http://localhost/Bonobo.Git.Server/Username : admin
Password : admin
Open Web Browser and access http://localhost/Bonobo.Git.Server/
Private Git Server already done !

--

--