From d36c09bf9c6557b98b433c6795d10033de594309 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 16 Jan 2019 01:53:11 -0500 Subject: [PATCH] Update README.rst --- roles/nodered/README.rst | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/roles/nodered/README.rst b/roles/nodered/README.rst index cbe772aa2..fbd264110 100644 --- a/roles/nodered/README.rst +++ b/roles/nodered/README.rst @@ -1,15 +1,26 @@ +=============== +Node-RED README +=============== + Adds `Node-RED `_ and `Node-RED Dashboard `_ to Internet-in-a-Box (IIAB) for educational experiments with `IoT `_. Node-RED is a flow-based development tool for visual programming developed originally by IBM for wiring together hardware devices, APIs and online services as part of the Internet of Things. Node-RED provides a web browser-based flow editor, which can be used to create JavaScript functions. -Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml `_ contains: +Using It +-------- + +Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml `_ contains:: nodered_install: True nodered_enabled: True After installing Node-RED as part IIAB, please log in to http://box:1880 with: - Username: Admin - Password: changeme +Username: ``Admin`` -SEE ALSO: `Mosquitto (MQTT) <../mosquitto/README.rst>`_ +Password: ``changeme`` + +See Also +-------- + +`Mosquitto (MQTT) <../mosquitto/README.rst>`_