From 36b678131c64a977f10d7af240eeecd94fbaa3c9 Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:31:35 +0100 Subject: [PATCH] generalise the storage dir name --- docs/user-guide/tutorials/surf_research_cloud_setup.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb b/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb index ae28870d..4410ac38 100644 --- a/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb +++ b/docs/user-guide/tutorials/surf_research_cloud_setup.ipynb @@ -42,11 +42,11 @@ "├── KERNEL-README.ipynb\n", "├── data\n", "│ └── datasets\n", - "| └── storage-osl <--- The shared persistent storage\n", + "| └── virtualship-storage <--- The shared persistent storage\n", "└── scratch\n", "```\n", "\n", - "__Note__: the persistent storage folder may be called something slightly different in your instance, for example it may have a name specific to the course you are enrolled on, such as `data/storage-dyoc` or `data/storage-1-sept`.\n", + "__Note__: the persistent storage folder may be called something slightly different in your instance, for example it may have a name specific to the course you are enrolled on, such as `data/storage-osl`, `data/storage-dyoc` or `data/storage-1-sept`.\n", "\n", "In the Jupyter launcher, you can open a Terminal session by clicking on \"Terminal\" button under the \"Other\" section, or by going to the \"File\" menu --> \"New\" --> \"Terminal\". From here you can navigate the workspace directory structure and run commands.\n", "\n", @@ -54,7 +54,7 @@ "**INFO**: VirtualShip is a command line interface (CLI) based tool. We will be working predominantly via the command line in Terminal (typing out commands instead of pointing and clicking). If you are unfamiliar with what a CLI is, see [here](https://www.w3schools.com/whatis/whatis_cli.asp) for more information. In our case, the Terminal is just a way to access the CLI on the SURF RC virtual machine.\n", "\n", "\n", - "The `data/storage-osl` folder is your persistent storage. Here you can make a folder (e.g., by running `mkdir data/storage-osl/{your-group-name}` as a command in the Terminal, replacing `{your-group-name}` with your group name) to house your work for the unit. This folder will be visible to anyone using the workspace, but only you will be able to make edits to it. This is the primary place you should store your `virtualship` configs and content relevant to this unit.\n", + "The `data/virtualship-storage` folder is your persistent storage. Here you can make a folder (e.g., by running `mkdir data/virtualship-storage/{your-group-name}` as a command in the Terminal, replacing `{your-group-name}` with your group name) to house your work for the unit. This folder will be visible to anyone using the workspace, but only you will be able to make edits to it. This is the primary place you should store your `virtualship` configs and content relevant to this unit.\n", "\n", "---\n", "\n", @@ -90,7 +90,7 @@ "\n", "With the `virtualship` environment, you now have access to the `virtualship` command in your Terminal, which can be confirmed by running `virtualship --help`. \n", "\n", - "From here you can `cd` ('change directory') into `data/storage-osl/{your-name}` and run `virtualship` commands as you would on your local machine (see the VirtualShip [quickstart guide](https://virtualship.readthedocs.io/en/latest/user-guide/quickstart.html)). \n", + "From here you can `cd` ('change directory') into `data/virtualship-storage/{your-group-name}` and run `virtualship` commands as you would on your local machine (see the VirtualShip [quickstart guide](https://virtualship.readthedocs.io/en/latest/user-guide/quickstart.html)). \n", "\n", "
\n", "**TIP**: Return to your course-specific instructions/assignment notebook now if you were following along with this setup in class!\n",