Skip to content

Commit 3750ed3

Browse files
committed
Add GitPod Badge
1 parent f85a8e9 commit 3750ed3

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
ports:
2+
- name: Orion
3+
description: Context Broker
4+
port: 1026
5+
onOpen: notify
6+
- name: Wilma
7+
description: PEP Proxy
8+
port: 1027
9+
onOpen: ignore
10+
- name: Tutorial App
11+
description: Web app displaying context data
12+
port: 3000
13+
onOpen: open-preview
14+
- name: Tutorial Devices
15+
description: Dummy IoT Sensors over HTTP
16+
port: 3001
17+
onOpen: ignore
18+
- name: Keyrock
19+
description: Identity Manager
20+
port: 3005
21+
onOpen: open-preview
22+
- name: MySQL
23+
description: Database for Keyrock
24+
port: 3306
25+
onOpen: ignore
26+
- name: IoT Agent (North Port)
27+
description: NGSI data and device provisioning
28+
port: 4041
29+
onOpen: ignore
30+
- name: IoT Agent (South Port)
31+
description: Ultralight HTTP measures
32+
port: 7896
33+
onOpen: ignore
34+
- name: MongoDB
35+
description: Database for Orion + IoT Agent
36+
port: 27017
37+
onOpen: ignore

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Policy Decision Point (PDP) としても使用されます。
2323
も利用できます。
2424

2525
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/66d8ba3abaf7319941b1)
26+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.Securing-Access/tree/NGSI-v2)
2627

2728
## コンテンツ
2829

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ access the **Keyrock** REST API - [Postman documentation](https://fiware.github.
1616
available.
1717

1818
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/66d8ba3abaf7319941b1)
19+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.Securing-Access/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) || true
8990
echo ""
9091
}
9192

0 commit comments

Comments
 (0)