Difference between revisions of "Tracker Databases"

From Mu2eWiki
Jump to navigation Jump to search
Line 21: Line 21:
 
  npm start
 
  npm start
  
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] on your local machine
  
 
To run on a different port you can type:
 
To run on a different port you can type:
  
 
   PORT=XXXX npm start
 
   PORT=XXXX npm start

Revision as of 15:44, 10 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 on your local machine

To run on a different port you can type:

 PORT=XXXX npm start