Website address: https://bonobogitserver.com/
Demo:http://demo.bonobogitserver.com/home/logon Log in to Admin:admin
Code:https://github.com/jakubgarfield/bonobo-git-server
installation
The following steps are installed under Windows Server and IIS 7. The same applies for later platforms (Windows Server and IIS 8.0+):
1. Download the latest version of Bonobo Git Server from the official website.
2. Unzip the installation package to C:\inetpub\wwwroot
3. Allow IIS user to modify C:\inetpub\wwwroot\Bonobo.Git.Server\App_Data folder . The relative actions are:
A. Right-click the App_Data folder and select Properties
B. Select the Security tab
C. Click Edit
d. Select IIS User (iis_iusers) and add the Modify and Write permissions
E. Click the Apply button to save the configuration
4. In IIS, convert Bonobo.Git.Server to Application
A. Run IIS, navigate to Sites->default Web Site, and you should see Bonobo.Git.Server.
B. Right-click on Bonobo Git Server and switch to application
C. Check that the application pool for the selected site is above. NET 4.0
5. Configure authentication
In IIS, turn on Anonymous authentication permissions, and then close the permissions of the other items. The effect after configuration is as follows:
6. In the browser view Http://localhost/Bonobo.Git.Server , you can see the initial page of a Git Server. The default login account is Admin/admin
. NET version of Git Server---bonobo