Skip to content

Instantly share code, notes, and snippets.

@epcim
Created October 20, 2015 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/3c02b4aea8572ec9c49f to your computer and use it in GitHub Desktop.
Save epcim/3c02b4aea8572ec9c49f to your computer and use it in GitHub Desktop.

Bluemix, cloud foundry basics

connect

cf api https://api.ng.bluemix.net

login

cf login -u user@email.com -o user@email.com -s SITENAME

deploy

cf push APPNAME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment