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
- Host: GitHub
- URL: https://github.com/gencebay/cloudbuilder
- Owner: gencebay
- License: other
- Created: 2016-02-04T16:01:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T06:35:53.000Z (almost 10 years ago)
- Last Synced: 2025-10-24T03:08:07.865Z (9 months ago)
- Language: C#
- Homepage:
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
###Cross-Platform Cloud Optimized .NET Build Automation

####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