Deploys the Python Got Scotch API demo to Cloud Foundry using the conda buildpack.
- Edit the app name in
manifest.yml
. cf push
to start it.cf scale <your app name> -i 2
to scale it.cf logs <your app name> --recent
to see the API end points (e.g.,/scotches
).