1 | initial version |
Hi guys, I'm newbie to Fiware and computer stuff. I'm trying to learn the Fiware IoT sensor tutorial, but when I try to run these commands in the CMD:
git clone git@github.com:Fiware/tutorials.IoT-Sensors.git cd tutorials.IoT-Sensors
./services create; ./services start;
it just open the "services" file in the notepad and nothing will happen. and also the "http://localhost:3000/device/monitor" won't open.
I tried changing the "services" section of "docker-compose.yml" file in the directory as mentioned in the tutorial and then tried to run the "docker-compose -p fiware up -d" command but I get this error :
ERROR: yaml.parser.ParserError: while parsing a block mapping in ".\docker-compose.yml", line 19, column 1 expected <block end="">, but found '<block mapping="" start="">' in ".\docker-compose.yml", line 61, column 3