Skip to content

Commit bc84971

Browse files
committed
Updated manifest.yml with useful commands
1 parent 4ff9b22 commit bc84971

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

spring-boot-cloud-foundry/manifest.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
#helpful commands
2+
#cf marketplace
3+
#cleardb spark, boost*, amp*, shock*
4+
#
5+
#cf create-service cleardb spark MY-DB
6+
#now, update mainfest.yml with new service
7+
#
8+
#cf push YOUR-HOST-APP
9+
#cf enable-ssh YOUR-HOST-APP
10+
#
11+
#ssh to your app
12+
#cf ssh YOUR-HOST-APP
13+
#
14+
#ssh to your service
15+
#1. generate key
16+
#cf create-service-key MY-DB EXTERNAL-ACCESS-KEY
17+
#2. copy key
18+
#cf service-key MY-DB EXTERNAL-ACCESS-KEY
19+
#3 (a) ssh tunnel
20+
#cf ssh -L 63306:us-cdbr-iron-east-01.cleardb.net:3306 YOUR-HOST-APP
21+
#3 (b) direct connect
22+
#mysql -u b5136e448be920 -h 0 -p -D ad_b2fca6t49704585d -P 63306
23+
124
---
225
applications:
326
- name: spring-cf

0 commit comments

Comments
 (0)