Skip to content

Commit 22cd340

Browse files
committed
Add GitPod Badge
1 parent 4f13755 commit 22cd340

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
ports:
2+
- name: Orion
3+
description: Context Broker
4+
port: 1026
5+
onOpen: notify
6+
- name: Tutorial App
7+
description: Web app displaying context data
8+
port: 3000
9+
onOpen: open-preview
10+
- name: Tutorial Devices
11+
description: Dummy IoT Sensors over HTTP
12+
port: 3001
13+
onOpen: ignore
14+
- name: IoT Agent (North Port)
15+
description: NGSI data and device provisioning
16+
port: 4041
17+
onOpen: ignore
18+
- name: IoT Agent (South Port)
19+
description: Ultralight HTTP measures
20+
port: 7896
21+
onOpen: ignore
22+
- name: MongoDB
23+
description: Database for Orion + IoT Agent
24+
port: 27017
25+
onOpen: ignore

README.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ IoT センサをアクティブにし、それらのセンサからの測定値
2323
も利用できます。
2424

2525
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/4824d3171f823935dcab)
26+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.Short-Term-History/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 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
1616
[Postman documentation](https://fiware.github.io/tutorials.Short-Term-History/)
1717

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

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

services

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ stoppingContainers () {
5555
displayServices () {
5656
echo ""
5757
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
58+
(gp ports list 2> /dev/null) || true
5859
echo ""
5960
}
6061

0 commit comments

Comments
 (0)