Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rstudio usage instructions #2

Open
josemunozc opened this issue Nov 10, 2020 · 0 comments
Open

Add Rstudio usage instructions #2

josemunozc opened this issue Nov 10, 2020 · 0 comments
Assignees

Comments

@josemunozc
Copy link
Collaborator

$ module purge
$ module load rstudio-server
$ srun -p htc -n 1 --account=scw1001 rstudio-server
(You will need to wait for a node to become available)
This will print out a server address and a password to access the site.
Then to connect to Hawk again using ssh, for example via the command line
$ ssh -L8787: hawklogin.cf.ac.uk

e.g.
$ srun -p htc -n 1 --account=scw1001 rstudio-server
INFO: Server address is: ccs2105:8787
INFO: Password to access site is: iZiemCGx7GDxV
Then I would type on my laptop/desktop:
$ ssh -L8787:ccs2105:8787 hawklogin.cf.ac.uk
THen with a browser on the laptop/desktop I can goto:
http://localhost:8787
Then type in my SCW username and the password generated above.

@josemunozc josemunozc self-assigned this Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant