... | @@ -40,10 +40,12 @@ ssh -Y amphitrite |
... | @@ -40,10 +40,12 @@ ssh -Y amphitrite |
|
Once you are there, we can get `NEMO-MEDUSA`
|
|
Once you are there, we can get `NEMO-MEDUSA`
|
|
|
|
|
|
create a directory where you want to work in :
|
|
create a directory where you want to work in :
|
|
|
|
|
|
```sh
|
|
```sh
|
|
mkdir MEDUSA-training
|
|
mkdir MEDUSA-training
|
|
cd MEDUSA-training
|
|
cd MEDUSA-training
|
|
```
|
|
```
|
|
|
|
|
|
Now you are in your working directory, we can download `NEMO-MEDUSA`:
|
|
Now you are in your working directory, we can download `NEMO-MEDUSA`:
|
|
|
|
|
|
```sh
|
|
```sh
|
... | @@ -53,6 +55,7 @@ Now you are in your working directory, we can download `NEMO-MEDUSA`: |
... | @@ -53,6 +55,7 @@ Now you are in your working directory, we can download `NEMO-MEDUSA`: |
|
The `NEMO-MEDUSA` code is downloaded into the directory i've called `MEDUSA_git`, but you can call it as you want.
|
|
The `NEMO-MEDUSA` code is downloaded into the directory i've called `MEDUSA_git`, but you can call it as you want.
|
|
|
|
|
|
let's have a look inside :
|
|
let's have a look inside :
|
|
|
|
|
|
```sh
|
|
```sh
|
|
cd MEDUSA_git
|
|
cd MEDUSA_git
|
|
```
|
|
```
|
... | | ... | |