Skip to content

Commit 87da085

Browse files
committed
Add GitPod Badge
1 parent 131931b commit 87da085

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.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: JSON 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
@@ -19,6 +19,7 @@
1919
としても利用できます。
2020

2121
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/c624b462f449c58d182b)
22+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.IoT-Agent-JSON/tree/NGSI-v2)
2223

2324
## コンテンツ
2425

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
1717
[Postman documentation](https://fiware.github.io/tutorials.IoT-Agent-JSON/)
1818

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

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

services

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

0 commit comments

Comments
 (0)