Differences between revisions 1 and 2
Revision 1 as of 2017-05-25 17:18:49
Size: 1214
Editor: KarlPinc
Comment: New page
Revision 2 as of 2022-09-21 15:03:19
Size: 1324
Editor: JakeGordon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= AS OF SEPTEMBER 2022, THE ABRP-GENOMICS VM IS SHUT DOWN, AND THE BELOW INFORMATION IS NO LONGER USEFUL =

AS OF SEPTEMBER 2022, THE ABRP-GENOMICS VM IS SHUT DOWN, AND THE BELOW INFORMATION IS NO LONGER USEFUL

Accessing the ABRP Genomics Test Website

Make a SSH connection

To get to the ABRP Genomics test website you will need ssh access to abrp-genomics.biology.duke.edu.

Note that unless you are on the Duke campus you will need to activate the Duke VPN before using ssh.

Unix or OS/X

From Unix or OS/X, in a terminal window type:

ssh -L 8008:localhost:8008 MYLOGIN@abrp-genomics.biology.duke.edu

Microsoft Windows

From Microsoft Windows you will need to configure your ssh program to forward connections made to port 8008, on the local machine, to port 8008 on the localhost (127.0.0.1) on the remote machine. How this is done varies, depending on the program in use.

If you wish to use the Microsoft Windows command line with the Putty ssh client, the command to use is:

plink -L 8008:localhost:8008 MYLOGIN@abrp-genomics.biology.duke.edu

Access the Test Website in your Browser

Leave the ssh connection running (doing nothing).

Put the following URL into your browser:

http://localhost:8008/

Cleanup

When finished, close your ssh connection by typing exit at the Unix prompt.

ABRPGenomicsTestSite (last edited 2022-09-21 15:03:19 by JakeGordon)

Wiki content based upon work supported by the National Science Foundation under Grant Nos. 0323553 and 0323596. Any opinions, findings, conclusions or recommendations expressed in this material are those of the wiki contributor(s) and do not necessarily reflect the views of the National Science Foundation.