We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff9b22 commit bc84971Copy full SHA for bc84971
spring-boot-cloud-foundry/manifest.yml
@@ -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
+
24
---
25
applications:
26
- name: spring-cf
0 commit comments