Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# Log into server
$ ssh rdusr219

# Source environment script
$ source /u1/DUNE/setup_env.csh

# Start the SOCKS2HTTP
$ HttpTunnelStart
Then hit enter key

# perform all your github pull/push/clone operations
$ git .......

# Stop the SOCKS2HTTP before logging out 
$ HttpTunnelStop


...

Temporary Tunneling at CERN (np04-srv-

...

011)


NEWS (2017-08-29) HttpTunnel is not required anymore. Proxy server is set after sourcing setup.sh.

...

Code Block
languagebash
# Log into server
$ ssh np04-srv-010011

# Source environment script
$ source /nfs/sw/rce/setup.sh
 
# For development version
$ source /nfs/sw/rce/setup.sh dev

# perform all your github pull/push/clone operations
$ git .......

...