An open API service indexing awesome lists of open source software.

https://github.com/gencebay/cloudbuilder

Cloud optimized Build Automation
https://github.com/gencebay/cloudbuilder

Last synced: 10 days ago
JSON representation

Cloud optimized Build Automation

Awesome Lists containing this project

README

          

###Cross-Platform Cloud Optimized .NET Build Automation

![](https://ci.appveyor.com/api/projects/status/tywmc64jb3cbygll?svg=true)

####Prerequisites
> [dotnet](https://github.com/aspnet/Home), (.NET Core CLR - dotnet cli)
> [Docs](https://docs.asp.net/en/latest/)

####Installation

dotnet restore

####Execution
**Server and Socket Bootstrap**

in CloudBuilder/src/Cloud.Server
dotnet run

**Console Client App Bootstrap**

in CloudBuilder/src/Cloud.Client
dotnet run

**Dashboard App Bootstrap**

in CloudBuilder/src/Cloud.Server.Web.Hosting
dotnet run

####Documentation