DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Runtime FinOps: Making Cloud Cost Observable
  • Shrink a Bloated Git Repository and Optimize Pack Files
  • Open-Source GitOps at the Edge: Deploying to Thousands of Clusters With Rancher Fleet
  • From Command Lines to Intent Interfaces: Reframing Git Workflows Using Model Context Protocol

Trending

  • Stop Using the ATM-Didn’t-Kill-Jobs Story to Reassure Developers About AI
  • The Vector Database Lie
  • Strategy Design Pattern
  • The Rise of AI Orchestrators
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Deployment
  4. How to Install Bonobo Git Server On Windows

How to Install Bonobo Git Server On Windows

If you've had difficulties in installing the Bonobo Git Server, here's the walkthrough one developer compiled.

By 
Alan Richardson user avatar
Alan Richardson
·
Jan. 22, 19 · Tutorial
Likes (1)
Comment
Save
Tweet
Share
12.4K Views

Join the DZone community and get the full member experience.

Join For Free

The Bonobo git server installation page instructions don’t fully match the process I had to use to install it, so I’ve documented the process here.

I will show you the steps to install a local Git server on Windows 10.

Install Steps for Git Server

The Git Server used is Bonobo Git Server, which runs on IIS on Windows.

Pre-requisites:

  1. Use Turn Windows Features On and Off to install
  2. Internet Information Services > Web Management Tools > IIS Management Console
  3. Internet Information Services > World Wide Web Services > Application Development Features > ASP .Net 4.7
  4. Internet Information Services > World Wide Web Services > Common HTTP Features > Static Content

Install:

  1. Download the zip file
  2. Unarchive the zip file
  3. Copy the contents of the zip file folder to “c:\inetpub\wwwroot”
  4. Change the security properties of the app_data folder to allow modify access to the IIS user
  5. Check anonymous authentication is enabled
  6. Visit Http://localhost/bonobo.git.server
  7. Create a user
  8. Amend settings to “allow user repository creation” and “allow push to create repositories”
  9. Create a repo
  10. Push repo to your server

Useful Git and Shell Commands Used

git status
vi readme.md
git init
git status
git add -A
git commit -m "my first commit"
git status
git remote add origin http://servernameorip/Bonobo.Git.Server/test.git
git push -u origin master

Step By Step Video Showing Installation of Bonobo Git Server


Git

Published at DZone with permission of Alan Richardson. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Runtime FinOps: Making Cloud Cost Observable
  • Shrink a Bloated Git Repository and Optimize Pack Files
  • Open-Source GitOps at the Edge: Deploying to Thousands of Clusters With Rancher Fleet
  • From Command Lines to Intent Interfaces: Reframing Git Workflows Using Model Context Protocol

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook