Skip to content

Commit 771dd9b

Browse files
committed
Add GitPod Badge
1 parent b573bb5 commit 771dd9b

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 @@
2323
が利用できます。
2424

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

2728
## コンテンツ
2829

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ of **Authzforce** XACML Server-PDP interactions. [cUrl](https://ec.haxx.se/) com
1717
between generic enablers. [Postman documentation](https://fiware.github.io/tutorials.XACML-Access-Rules/) is available.
1818

1919
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/724e8e1ab1af11063d15)
20+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.XACML-Access-Rules/tree/NGSI-v2)
2021

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

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)