commit | fc7a33f279de2c56c62a1939fb0c7c2a7ed3a22b | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Sep 06 16:52:19 2018 -0700 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Sep 11 11:39:16 2018 -0500 |
tree | c8b7e7a020279fee329097b9c3513d9bd901118b | |
parent | dd9d4c32992568d0b634df10a0eeaf7fcd06d3dd [diff] |
move phosphor webui into 2018 style This commit moves us to the latest versions of all the packages we use. For the bitbake build to succeed, it requires the patchset here to be merged. Details on why are available on that commit. https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/12561/2//COMMIT_MSG@10 This upgrade of webpack is done to decrease our size on flash, and to increase the load time of the webui. In my basic testing, this patchset decreases the webui load time (to the login page) by about 40% and significnatly reduces the load on the bmc. This is because the entire page is loaded in a single request. This should also save some runtime memory on the BMC as well, as the webui route is now greatly decreased. Basic testing shows that we have gone from 1188KB of pre-squashfs flash used to down to 456KB. Change-Id: I5992f2808978ee0e6b00196b030f7b122cac20d9 Signed-off-by: Ed Tanous <ed.tanous@intel.com> 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
.