Tracker Databases: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Tracker Databases = == Panel QC Database == === Viewer === ==== Installation ==== To install the panel QC viewer: ssh -XY username@mu2egpvmXX.fnal.gov cd /mu2e/app/use...") |
|||
Line 22: | Line 22: | ||
Then you can open a browser and go to [http://localhost:3000 localhost:3000] | Then you can open a browser and go to [http://localhost:3000 localhost:3000] | ||
To run on a different port you can type: | |||
PORT=XXXX npm start |
Revision as of 01:05, 9 February 2023
Tracker Databases
Panel QC Database
Viewer
Installation
To install the panel QC viewer:
ssh -XY username@mu2egpvmXX.fnal.gov cd /mu2e/app/users/username/ git clone https://github.com/Mu2e/TrackerHardwareDB cd TrackerHardwareDB/panel-qc-viewer/ npm install
Running
To run the panel QC viewer:
ssh -L 3000:localhost:3000 -XY username@mu2egpvmXX.fnal.gov cd /mu2e/app/users/username/TrackerHardwareDB/panel-qc-viewer npm start
Then you can open a browser and go to localhost:3000
To run on a different port you can type:
PORT=XXXX npm start