commit | e8634e6bfc99879a14234c485577c6e899dd6da1 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri Sep 07 14:25:48 2018 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Sep 24 10:17:42 2018 -0700 |
tree | 163022e28c7ea035ce1ff6fe3907eaa7c9ecc016 | |
parent | 23ec5bda1fbb4911b58821ac96fcb102da349207 [diff] |
Add Redfish into the web-ui Currently only GET is supported, but to add PATCH in the future for redfish, support should be moved from being hosted directly by bmcweb into the webui. Tested-by: Navigated to http://localhost:8080/#/redfish/v1/ with bmc attached and was able to view all of redfish. Also tested on platform. Change-Id: I1dc3936b6b48835a1f69698fcb4fd6fcdb6d91ac Signed-off-by: James Feist <james.feist@linux.intel.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
.