Skip to content

Commit 81568bf

Browse files
committed
update readme
1 parent a34dd21 commit 81568bf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ Simple cloud foundry service broker written in springboot
44

55
# to deploy
66

7+
Deploy the broker
78
```mvn package && cf push```
89

9-
```cf create-service-broker myservice-broker user pass https://broker-{aaa-bbb}.cfapps.io --space-scoped```
10+
Register the broker
11+
```cf create-service-broker myservice-broker user pass http://{COPY_BROKER_URL_HERE}.cfapps.io/ --space-scoped```
1012

11-
```cf cs myservice small myservice-instance-1```
13+
Get the service name
14+
```cf m```
1215

16+
Create service instance
17+
```cf cs myservice-{COPY_UUID} small myservice-instance-1```
18+
19+
Bind service instance
1320
```cf bs {my-app} myservice-instance-1```
1421

0 commit comments

Comments
 (0)