Skip to content

Instantly share code, notes, and snippets.

@drnic
Created March 31, 2014 21:18
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 drnic/9902595 to your computer and use it in GitHub Desktop.
Save drnic/9902595 to your computer and use it in GitHub Desktop.
Initial setup of Cloud Foundry
cf api https://TARGET
cf login -u admin -p admin
cf create-org everyone
cf target -o everyone
cf create-space development
cf target -s development
cf apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment