commit | 4b1f24c7d9abf9a4ed4c14eec68029e48212ce11 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Jul 11 16:10:56 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Jul 13 19:06:21 2018 +0000 |
tree | d82ab9dbbe01f0d33537fa3aa52cfd513a770fcc | |
parent | 9863d121ffe088c38538c7aef86b6773bbbee57a [diff] |
Move server LED files The WebUI has a main menu with 5 options: Server overview, Server health, Server control, Server Configuration, Users. These 5 main menu items each have a directory in /app/, although the directory names differ slightly. These 5 main menu items are also modules whose content includes their sub-menu items (again names differ slightly). E.g. "Firmware" and "Network settings" are sub-menu items of the main menu item "Server configuration" which is located in the app/configuration dir and part of the app.configuration module. The Server LED sub menu item did not follow this pattern and was under the wrong directory and in the wrong module. Moved it. In a future commit I renamed it from unit-id. Tested: Verified server LED still works. Change-Id: I02e3a7995cf8ccc5b487c345866651d984c8d70c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
TODO: Write a project description
nodejs npm
npm install
npm run-script server
This will run it locally in http://localhost:8080
.
https://<bmc-ip>
and bypass the secure warning. You will see a JSON response with Login required
message.http://localhost:8080
. Enter the BMC IP, Username and Password (defaults: root
/0penBmc
).Now you are logged in.