Skip to content

Commit 8e9f257

Browse files
committed
tmp
Signed-off-by: kvmw <[email protected]>
1 parent 727cdaa commit 8e9f257

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Service Registry Node.js sample
1+
# Service Registry Python sample
22

3-
![CI](https://github.com/spring-cloud-services-samples/greeting-nodejs/actions/workflows/ci.yml/badge.svg)
3+
![CI](https://github.com/spring-cloud-services-samples/greeting-python/actions/workflows/ci.yml/badge.svg)
44

5-
Sample Node.js application demonstrating the use of Service Registry in Tanzu Platform for Cloud Foundry.
5+
Sample Python application demonstrating the use of Service Registry in Tanzu Platform for Cloud Foundry.
66

77
For information on the Service Registry product in Tanzu Platform for Cloud Foundry, please [see the documentation](https://techdocs.broadcom.com/us/en/vmware-tanzu/spring/spring-cloud-services-for-cloud-foundry/3-3/scs-tanzu/service-registry-index.html).
88

@@ -17,19 +17,19 @@ For information on the Service Registry product in Tanzu Platform for Cloud Foun
1717
- Install dependencies
1818

1919
```
20-
npm install
21-
```
22-
23-
- Push the `greeter-messages` application:
20+
# geeter-messages app
21+
pip install -r greeter-messages/requirements.txt
2422
25-
```
26-
cd packages/greeter-messages && cf push
23+
# greeter app
24+
pip install -r greeter/requirements.txt
2725
```
2826

29-
- Push the `greeter` application:
27+
- Push applications:
3028

3129
```
32-
cd packages/greeter && cf push
30+
cf push
31+
# or push specific app
32+
cf push greeter-messages
3333
```
3434

3535
## Trying It Out

0 commit comments

Comments
 (0)