Skip to content

Commit 987dede

Browse files
committed
Add GitPod Badges
1 parent e717a25 commit 987dede

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.gitpod.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
ports:
2-
- name: Tutorial
3-
description: Dummy IoT Sensors over HTTP
2+
- name: Tutorial App
3+
description: Web app displaying context data
44
port: 3000
55
onOpen: open-browser
6+
- name: Tutorial Devices
7+
description: Dummy IoT Sensors over HTTP
8+
port: 3001
9+
onOpen: ignore
610
- name: Keyrock
711
description: Identity Manager
812
port: 3005
@@ -11,11 +15,15 @@ ports:
1115
description: Context Broker
1216
port: 1026
1317
onOpen: notify
14-
- name: IoT Agent
15-
description: IoT Agent North Port
18+
- name: IoT Agent (North Port)
19+
description: NGSI data and device provisioning
1620
port: 4041
1721
onOpen: ignore
18-
- name: Orion-Proxy
22+
- name: IoT Agent (South Port)
23+
description: Ultralight HTTP measures
24+
port: 7896
25+
onOpen: ignore
26+
- name: Wilma
1927
description: PEP Proxy
2028
port: 1027
2129
onOpen: ignore

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Keyrock GUI と REST API の部分について詳しく説明します。
2222
きます。
2323

2424
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/6b143a6b3ad8bcba69cf)
25+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.PEP-Proxy/tree/NGSI-v2)
2526

2627
## コンテンツ
2728

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ relevant to authenticating other services are described in detail.
1616
[Postman documentation](https://fiware.github.io/tutorials.PEP-Proxy/) for these calls is also available.
1717

1818
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/6b143a6b3ad8bcba69cf)
19+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.PEP-Proxy/tree/NGSI-v2)
1920

2021
- このチュートリアルは[日本語](README.ja.md)でもご覧いただけます。
2122

services

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ waitForIoTAgent () {
8686
displayServices () {
8787
echo ""
8888
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
89+
gp ports list 2> /dev/null
8990
echo ""
9091
}
9192

0 commit comments

Comments
 (0)