Building and Deploying Cloud Foundry-based 12factor apps
however..
In essence:
(further reading at 12factor.net)
To get started, all one needs (beside access to a CF installation) is the CF CLI:
CF command-line interface
cf push <my-cloud-native-app>
12factor apps have an easy life on CloudFoundry
Mini-Hands-on Session
Use Case: The .msg Kitchen
staticfile_buildpack
nodejs_buildpack
nodejs_buildpack
NGINX Server
index.html
/backingsrv
forwarding
Node Express Server
APIs:
/prepareFood
/meal
Worker App(s) (chefs)
Meal Ordering UI
> npm install -g https://github.com/ionescuv/learncf
> learncf