Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 404 Bytes

cloudfoundry-sampleApp

First need to install the cloud foundry cli tool. then

cf -v

get the cloud foundry CLI version .

cf login

give the login url,email id and password

URL > https://api.run.pivotal.io

Email >

Password >

then push the code

cf push

It will automatically take the folder code and run the manifest file and then required packages of node.

MIT License

Thanks, Manoj