Ich versuche, Mainflux auf meinem Linux RHEL 7-Server einzurichten. Dabei mainflux-cli provision test
wird folgender Fehler angezeigt:
Post http://localhost/users: dial tcp 127.0.0.1:80: connect: connection refused
Ich habe Folgendes versucht:
Wget:
wget 127.0.0.1
--2020-04-02 09:52:01-- http://127.0.0.1/
Connecting to 127.0.0.1:80... failed: Connection refused.
Routenverfolgung:
traceroute 127.0.0.1
traceroute to 127.0.0.1 (127.0.0.1), 30 hops max, 60 byte packets
1 localhost (127.0.0.1) 0.062 ms 0.029 ms 0.027 ms
Klingeln:
ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
^C
--- 127.0.0.1 ping statistics ---
87 packets transmitted, 0 received, 100% packet loss, time 86006ms
Kann mir jemand bei der Konfiguration helfen? Wie kann ich überprüfen, ob Mainflux läuft und wenn ja, unter welcher URL?