commit | 0a2cbd67103a4750e9262802d138fd64e4c265d2 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Jan 08 14:16:26 2019 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Jan 08 14:44:39 2019 -0600 |
tree | ac637ab72eadcfef98144d1e6276b446e5f530c0 | |
parent | 700869843888e9370c987639e39c711ce07cd561 [diff] |
Removed unused changePassword() changePassword in api-utils.js is no longer used. https://github.com/openbmc/phosphor-webui/commit/28711a6ad2cff8277bfa537c3b140caf690ab575 removed the use of it. 28711a6 moved us over to multiple user account management and has its own function to set the user's password (setUserPassword). Change-Id: I4ac4175a33b10f2ae4f89b5e83d6c3ffa2b09912 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 (>= 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
.