This repo contains the bare bones of a flask app which runs inside Cloud Foundry (CF).
- Install the
cfCLI tool
- Download an "INSTALLER" from https://github.com/cloudfoundry/cli/releases
- On OSX, right-click and open it once it's downloaded
- Otherwise it'll complain about code signing
- On OSX, right-click and open it once it's downloaded
- Get
cfauthenticated and working against the CF API
- Open the terminal (we'll be using it for the entire session ...)
- Run
cf login -a https://api.eu-gb.bluemix.net- Follow the prompts to get to the
cf-trainingspace
- Follow the prompts to get to the
- Copy
manifest-template.ymltomanifest.yml - Edit
manifest.ymlas indicated inside the file cf push -f manifest.yml
- The
-fis optional iff using this exact filename, but it's a good habit to get into
- Browse to the FQDN the
cf pushtells you it's registered