Skip to content
RedX2501 edited this page Jan 12, 2016 · 1 revision

After cloning the project you can start debugging immediately as it contains an integrated IIS server.

If you run into port binding problems goto: Properties -> Web -> Project Url and change the port there.

Once you are happy with the results of your changes you can create a deployable package by running the following command in a Visual Studio console:

msbuild Bonobo.Git.Server.sln /m:4 /p:Configuration=Release /p:Platform="Any CPU" /p:DeployOnBuild=true /p:PublishProfile=Release

This will create a folder under ..\..\Bonobo_Install that you can copy to your IIS to start using.

Clone this wiki locally