0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WireCloud

Last updated at Posted at 2021-06-06

WireCloud

起動確認

起動
docker run -p 8000:8000 -d \
 --name wirecloud \
 --network fiware_default \
 -e DEBUG=True \
 fiware/wirecloud:1.2

1.PNG

ハマりポイント

  • -e DEBUG=True を付けないと表示されなかった。
    • 未指定や -e DEBUG=False だと下のようにダメだった。

12.PNG

# 特権アカウントの作成
docker exec -ti wirecloud manage.py \
  createsuperuser

特権でログイン

super.PNG

マーケットプレイスを追加するためのwgtファイルを取得しUPLOAD

upload.PNG

ワイヤーリンク

git clone https://github.com/FIWARE/tutorials.Application-Mashup.git
cd tutorials.Application-Mashup
git checkout NGSI-v2

./services create
./services start
# ./services stop

うまく動かなかったのでまた今度

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?