commit | 119ae125f0afa4c65bf1305a313beed2d2a37433 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Jun 21 16:17:07 2018 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Thu Jun 21 16:17:07 2018 -0700 |
tree | cda568d01aa19e26ee4fa4fd2e9937cecc2a7ad4 | |
parent | 8265829856f5cbd7190d91866baa7c6c365de493 [diff] |
Add package-lock.json Adding a package lock is intended to lock the repo down to a specific set of versions of packages to help our build reliability, and insulate us a little from the NPM stability issues. See link for more details on what a package-lock file does: https://docs.npmjs.com/files/package-lock.json Change-Id: I8d9753db141b7bd8f72d943f31eb36d28921a317 Signed-off-by: Ed Tanous <ed.tanous@intel.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.