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

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

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)