This is going to be a proof of concept build for camera data extraction using similar systems to MEASUR (the system developed by ORNL) to allow future incorporation to the full system.
- Node.js
- Angular
NPM (Node Package Manager) will be installed as part of node.js.
If you get an error that says running scripts is disabled on this system, then run this code in PowerShell
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSignedTo install Angular via npm run the following in PowerShell or Bash after installing node.js
npm install -g @angular/cliTo run the Angular web app navigate to the Equipment_initial directory in your terminal, then run
npm install
npm startTo run the Angular web app such that you can open it on a phone or other devices, navigate to the Equipment_initial directory then run
npm run start:ip