Skip to content

Commit 46d879a

Browse files
committed
Added setup instructions
1 parent f0dd17e commit 46d879a

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

setup.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,48 @@
11
---
22
title: Setup
33
---
4-
FIXME
4+
5+
We will be working on a Digital Research Alliance of Canada (the Alliance) high performance compute (HPC) or virtual cluster with all the tools we will need already installed. You will need a method of connecting to either an Alliance cluster, or our virtual cluster, which means you will need a method of connecting to them using [SSH](https://docs.alliancecan.ca/wiki/SSH). SSH can be used from a terminal which we explain how to install and open in the **Ensure you can open a terminal** section below.
6+
7+
# Alliance Account
8+
If you already have an Alliance account you can log into an Alliance cluster to follow along. An Alliance account will allow you to continue to use the same environment that you used during the workshop after the workshop has completed.
9+
* Graham: `graham.computecanada.ca`
10+
* Cedar: `cedar.computecanada.ca`
11+
* Béluga: `beluga.computecanada.ca`
12+
* Narval: `narval.computecanada.ca`
13+
14+
### Don't have an Alliance account?
15+
For those who do not have an Alliance account, we will provide a virtual cluster that you can use during the workshop, however you will loose access to it shortly after.
16+
17+
# Ensure you can open a terminal
18+
The only setup required on your laptop is ensuring you can open a Linux command line terminal.
19+
20+
### Windows
21+
[MobaXterm](http://mobaxterm.mobatek.net/) is recommended for Windows computers. Download and install MobaXterm **home installer edition**. The portable version will not keep files from one session to the next. Verify you can run mobaXterm and "start local terminal".
22+
23+
### Mac/Linux
24+
You already have a terminal built in.
25+
26+
To see how to open your terminal on your **Mac** see this [youtube video](https://www.youtube.com/watch?v=zw7Nd67_aFw).
27+
28+
If you are a **Linux** user running Ubuntu, you should be able to press the `ctrl`+`alt`+`T` keys to open a terminal. Alternatively the first 30 seconds of this [youtube video](https://www.youtube.com/watch?v=_xUvH2iRizU) shows you how to access the terminal on Ubuntu 14. If you are having trouble accessing a terminal on your laptop before you arrive we can help you at the beginning of the workshop.
29+
30+
# Test your ssh connection
31+
32+
### If using a CC account
33+
If you are using your Alliance account make sure you can connect to an Alliance cluster. To connect to the Graham cluster for example you would use the command below.
34+
~~~
35+
$ ssh graham.computecanada.ca
36+
~~~
37+
{: .bash}
38+
39+
### If using our virtual cluster
40+
Try connecting to our virtual training cluster by running the below command in your terminal.
41+
~~~
42+
43+
~~~
44+
{: .bash}
45+
You should get prompted for a password. Press Ctrl+C to exit without supplying a password. We will provide one for you at the beginning of the workshop.
546

647

748
{% include links.md %}

0 commit comments

Comments
 (0)