commit | 86caba11821c4454e1949629ad3ad11d0326db6e | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Wed Dec 19 20:57:42 2018 -0800 |
committer | Ed Tanous <ed.tanous@intel.com> | Fri Dec 21 20:25:50 2018 +0000 |
tree | e4313ae332682899b1ec8d8b91e8d841cc78ea9e | |
parent | fdb701d3f325748b98f5a8cd6946a11795635eca [diff] |
webui: Fix redfish to use proper styles Redfish was using inline style tags, which is conflicting with our desire to disable inline styles. This moves the redfish styles to an appropriate SCSS file. Tested by: Launched redfish GUI, and observed no style differences Change-Id: Ifb96730f0d6a34700f8c05666b6963a77d511911 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
The OpenBMC WebUI is a Web-based user interface for the OpenBMC firmware stack. The WebUI uses AngularJS. Features include:
nodejs (>= 4.2.6) npm (>= 5.6.0)
Note The default installation of your Linux distro may not come with the required versions above. See the following for more information on updating:
https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-node https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-npm
npm install
Note This must be run from within the phosphor-webui git repository.
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
.