Declad: Difference between revisions
Jump to navigation
Jump to search
Accessing the
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> | |||
=== 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: | |||
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