Declad: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Introduction to Declad
== Introduction to Declad ==


Online
== Online ==
Declad is running on the <code>mu2e-dl-01</code>


ssh tunnel
=== Accessing the <code>mu2e-dl-01</code> ===
 
Ssh tunnel
  ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01
  ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01
in browser:  
In browser:  
  localhost:8080
  localhost:8080


Offline
 
== Offline ==

Revision as of 15:08, 21 May 2025

Introduction to Declad

Online

Declad is running on the mu2e-dl-01

Accessing the mu2e-dl-01

Ssh tunnel

ssh -4 -f -X -N -L 8080:localhost:8080 -J ${USER}@mu2egateway01 ${USER}@mu2e-dl-01

In browser:

localhost:8080


Offline