WireCloud
起動確認
起動
docker run -p 8000:8000 -d \
--name wirecloud \
--network fiware_default \
-e DEBUG=True \
fiware/wirecloud:1.2
ハマりポイント
-
-e DEBUG=True
を付けないと表示されなかった。- 未指定や
-e DEBUG=False
だと下のようにダメだった。
- 未指定や
# 特権アカウントの作成
docker exec -ti wirecloud manage.py \
createsuperuser
特権でログイン
マーケットプレイスを追加するためのwgtファイルを取得しUPLOAD
ワイヤーリンク
git clone https://github.com/FIWARE/tutorials.Application-Mashup.git
cd tutorials.Application-Mashup
git checkout NGSI-v2
./services create
./services start
# ./services stop
-
http://host:8000
- user : alice-the-admin@test.com
- pass : test
うまく動かなかったのでまた今度