commit | 2b9a0d91c189f5f6d9dbda3757b6e66f4a131dfe | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Jul 11 15:10:08 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Wed Jul 11 15:34:52 2018 -0500 |
tree | b5141d0bedba50c17b96b8fd66def5a231150a5c | |
parent | 3acf2f77f59344497a5758bf9a18e7c7d8c4e1cd [diff] |
Remove unused app/constants/ dir All the constants are defined here: https://github.com/openbmc/phosphor-webui/blob/master/app/common/services/constants.js Constants are injected as part of app.common.services. This environment-constants.js or environment-constants.json could be repurposed to configure features but going with something else, https://gerrit.openbmc-project.xyz/#/c/11311/. Tested: Quick manual regression test on the pages. Change-Id: I59ba4f47fe8a927cb5f68a2657dfea9c61cd5f28 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
TODO: Write a project description
nodejs npm
npm install
npm run-script server
This will run it locally in http://localhost:8080
.
https://<bmc-ip>
and bypass the secure warning. You will see a JSON response with Login required
message.http://localhost:8080
. Enter the BMC IP, Username and Password (defaults: root
/0penBmc
).Now you are logged in.