FIWARE / tutorials.IoT-over-MQTT

:orange_book: FIWARE 203: Provisioning Ultralight with an alternative transport: IoT over MQTT
https://fiware-iotagent-ul.rtfd.io
MIT License
62 stars 44 forks source link

Network name not "fiware_default" #14

Closed SBlechmann closed 5 years ago

SBlechmann commented 5 years ago

Mine was named "tuttorialsiot-over-mqtt_default". I'm not sure where to give the network a specific name.

SBlechmann commented 5 years ago

Well.... it only occured cause I started everything over "docker compose up -d". For "./services start" it's named fiware_default.

jason-fox commented 5 years ago

If you start your docker compose using the ./service start command as stated in the README, the network name is defined as FIWARE using the -p parameter here

docker-compose --log-level ERROR -p fiware up -d --remove-orphans
SBlechmann commented 5 years ago

Yep, thanks :) got that a few seconds ago as well.

SBlechmann commented 5 years ago

I'm way too fast today, sorry. Well, it's not stated in THIS README :) You could add that.

jason-fox commented 5 years ago

How to start the tutorial is stated in the Start Up section.

all services can be initialized from the command-line by running the services Bash script provided within the repository:

./services start

I don't think further description of the docker-compose syntax is required ,since this isn't a docker-compose tutorial. The focus is purely on the IoT Agent Generic Enabler.

SBlechmann commented 5 years ago

Apparently, I've been always working on the websites (https://fiware-tutorials.readthedocs.io/en/latest/iot-over-mqtt/index.html etc.) and not directly from the readme files. Will do it from now on.

jason-fox commented 5 years ago

Fixed: Missing text added in ReadTheDocs: https://github.com/FIWARE/tutorials.Step-by-Step/commit/448fa75e360bc6bd4162a19085d8c95744e6ebbf