Cloud Foundary

Submitted by code_admin on Thu, 11/08/2018 - 09:44

Cloudfoundary CLI commands

  1. cf-spaces
  2. cf-services

Create database and bind it to app

  1. cf marketplace -s elephantsql
  2. cf create-service elephantsql turtle cf-spring-db
  3. cf bind-service cf-spring cf-spring-db
  4. cf restart cf-spring

Alternative DB:
Elephant is Postgress
clearDB is mysql
See market tab

  1. cf marketplace -s cleardb
RJM Article Type
Quick Reference