https://github.com/philips-labs/cloudfoundry-examples
Collection of small apps and how to deploy them to Cloud foundry
https://github.com/philips-labs/cloudfoundry-examples
Last synced: 7 months ago
JSON representation
Collection of small apps and how to deploy them to Cloud foundry
- Host: GitHub
- URL: https://github.com/philips-labs/cloudfoundry-examples
- Owner: philips-labs
- Created: 2020-12-18T12:26:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T12:52:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T05:30:47.891Z (9 months ago)
- Language: C#
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud foundry example apps
This repository contains a collection of applications written in various programming languages. We demonstrate how you can deploy these apps using buildpacks.## Available apps
* [Golang](apps/golang)
* [NodeJS](apps/nodejs)
* [ASP DotNetCore](apps/aspnetcore)# Getting started
Start by cloning this repository to your local machine:```shell
$ git clone https://github.com/philips-labs/cloudfoundry-examples
$ cd cloudfoundry-examples
```
You now have all source code and scripts locally. Next is to choose your type of deployment:# Types of deployment
* [Manifest based deployment](manifests) (basic)
* [Deploy using Terraform](terraform) (advanced)