Here are steps you need to do to set up environment to be able to develop. You need following software installed:
You can easily install most software with Chocolatey package manager. To do that run PowerShell
as administrator and type commands:
PS> iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
PS> choco install psake git gitversion.portable
Run psake
in repository root directory to get help about main project tasks. Execute psake -docs
or psake -detailedDocs
to show all tasks.
Build solution:
psake build
Build installer:
psake build-installer
docker-compose run --rm installer