commit | 2f955bd86bfd9d9eb55f4bd125acc177cd1a1dcf | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Sat Oct 13 16:56:10 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Oct 19 19:54:25 2018 +0000 |
tree | 3026770eeb30ee767484dde403a97b2f09c987b6 | |
parent | 335ac3449f2ca22332ff1d5498add061f4bdc182 [diff] |
Date-time: Use lowerCamelCase for vars Following https://google.github.io/styleguide/jsguide.html. Also, added a comment to clarify a variable. Change-Id: I27dd8c0af6187ccd3f8093b88ebe2674fd42747b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
The OpenBMC WebUI is a Web-based user interface for the OpenBMC firmware stack. The WebUI uses AngularJS. Features include:
nodejs npm
npm install
npm run-script server
This will start a server instance and begin listening for connections at http://localhost:8080
. This development server provides live reloading on code changes. NOTE: Browsing to https://<BMC>
and accepting the self-signed certificate might be required to prevent your browser from blocking traffic to the BMC.
Enter the BMC Host or BMC IP address, username, and password. The default username and password are root
/0penBmc
.
Note that some OpenBMC implementations use bmcweb for its backend. For security reasons, bmcweb will need to be recompiled and loaded onto the target BMC Host before the above redirect command will work. The option to turn on within bmcweb is BMCWEB_INSECURE_DISABLE_XSS_PREVENTION
.