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 8a68606 commit 2113108Copy full SHA for 2113108
README.md
@@ -17,19 +17,20 @@ For information on the Service Registry product in Tanzu Platform for Cloud Foun
17
- Install dependencies
18
19
```
20
-# geeter-messages app
21
-pip install -r greeter-messages/requirements.txt
+ # geeter-messages app
+ pip install -r greeter-messages/requirements.txt
22
23
-# greeter app
24
-pip install -r greeter/requirements.txt
+ # greeter app
+ pip install -r greeter/requirements.txt
25
26
27
- Push applications:
28
29
30
cf push
31
-# or push specific app
32
-cf push greeter-messages
+ # or push each app separately
+ cf push greeter-messages
33
+ cf push greeter
34
35
36
## Trying It Out
0 commit comments