Skip to content

Commit 47ec640

Browse files
committed
Add GitPod Badge
1 parent 6408a29 commit 47ec640

3 files changed

Lines changed: 27 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
@@ -18,6 +18,7 @@
1818
[Postman documentation](https://fiware.github.io/tutorials.Relationships-Linked-Data/) としても利用できます。
1919

2020
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/7ae2d2d3f42bbdf59c45)
21+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FIWARE/tutorials.Relationshps-Linked-Data/tree/NGSI-v2)
2122

2223
:warning: **注:** このチュートリアルは、システムを **NGSI-LD** に切り替えたりアップグレードしたりする **NGSI-v2**
2324
開発者向けに設計されています。リンクト・データシステムを最初から構築する場合、または **NGSI-v2** にまだ慣れていない場合は、

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.Relationships-Linked-Data/)
1818

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

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

0 commit comments

Comments
 (0)