Agile-IoT / agile-stack

Develop with the agile IoT stack on real hardware
Eclipse Public License 2.0
7 stars 14 forks source link

Some issues in the doc #40

Open phkrief opened 6 years ago

phkrief commented 6 years ago

Hi,

In the document/paragraph https://github.com/Agile-IoT/agile-stack/tree/fba40e26df982a55c4e8aa9bc3fa1939ff070b76#logging-in-and-trying-node-red it says:

"Go to resin-local:8000 and login with user: agile and password: secret through the OSJS interface." when it should say: "Go to resin.local:8000 and login with user: agile and password: secret through the OSJS interface."

resin.local with a "." instead of a "-".

Btw, in the same paragraph, it is not explained how to adapt the imported flow to work with the local configuration. For example, it is mentioned: http://localhost:3000 then, in another node, it is mentioned: http://agile-idm:3000

Are we talking about the same connection: http://resin.local:3000 ?

Thanks