commit | 6a7a46cf4d8cf155412be946fbfee69d68db8eb6 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Oct 19 12:55:13 2018 -0400 |
committer | Ed Tanous <ed.tanous@intel.com> | Mon Oct 22 17:34:56 2018 +0000 |
tree | 340a1c6b1fd49cbee2a6d6e91d8489c705398d23 | |
parent | 2f955bd86bfd9d9eb55f4bd125acc177cd1a1dcf [diff] |
Clarify where npm install must be run There was some confusion on this at the hackathon. People were running this prior to cloning the git repository which then resulted in issues with the run-script server command later. Change-Id: I7f13f7dd90899d0b64ccd83f19a9a2eb0e10cf1e Signed-off-by: Andrew Geissler <geissonator@yahoo.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
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
.