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 Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  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.

Alan Richardson user avatar by
Alan Richardson
·
Jan. 22, 19 · Tutorial
Like (1)
Save
Tweet
Share
10.03K 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, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Data Engineering Trends for 2023
  • Kubernetes vs Docker: Differences Explained
  • Why the World Is Moving Towards Serverless Computing
  • Learning by Doing: An HTTP API With Rust

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

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

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: