commit | 335ac3449f2ca22332ff1d5498add061f4bdc182 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Sat Oct 13 16:24:33 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Oct 18 14:09:27 2018 +0000 |
tree | da13257c827a050076ed3fc05ec48397c3f89820 | |
parent | 3d3e326692f7a81b47ad53b655ca74839eda2e54 [diff] |
Capitalize "Edit" hostname To match other links, capitalize the first letter of "Edit". Resolves openbmc/phosphor-webui#25 Change-Id: I6da98358c68223b7a70e5500f3a83a6cd57a5f32 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
.