If you would like to setup a CloneDeploy development environment, this is the easiest way to get started. This guide is for Windows but the same could be done on Ubuntu with MonoDevelop
- Begin by installing CloneDeploy as if you were installing a new CloneDeploy server
- Download Visual Studio Community 2017
- When asked what features to install select:
.NET desktop development
ASP.NET and web development - Download and extract the latest CloneDeploy source
- Open Visual Studio as administrator
- File->Open->Project/Solution
- Select clonedeploy_web.sln
- In Solution Explorer expand CloneDeploy-App
- Select Web.Config
- Update the database connection string to user root and password that you used during installation of CloneDeploy
- Happy Coding