Skip to content

Sybit-GmbH/XDaysCloudFoundrySample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XDaysCloudFoundrySample

Sybit X-Days Cloud Foundry Example

BTP Subaccount

sybit-dev2

Static File Buildpack

cd into StaticFile folder and run:

cf p xdays01 -m 64M

NodeJS Buildpack

cd into NodeJS folder

Install dependencies

npm install

Create Logging Service Instance

cf create-service application-logs lite logs

Push application to CloudFoundry

cf push

Docker Buildpack

Build Docker Image

docker build -t marluz/x_days_cloud_foundry_sample .

Run Docker local

docker run -d -p3000:3000 marluz/x_days_cloud_foundry_sample:latest

Push Docker Image

docker push marluz/x_days_cloud_foundry_sample:latest

About

Sybit X-Days Cloud Foundry Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published