Skip to content

Commit

Permalink
Deployed 675e585 to 2024.10 with MkDocs 1.6.0 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Oct 14, 2024
1 parent 7e21009 commit b3f6988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2024.10/precourse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ <h1>Precourse preparations</h1>
<h2 id="unix">UNIX</h2>
<p>As is stated in the course prerequisites at the <a href="https://www.sib.swiss/training/course/20241009_ICWRR">announcement web page</a>. We expect participants to have a basic understanding of working with the command line on UNIX-based systems. You can test your UNIX skills with a quiz <a href="https://docs.google.com/forms/d/e/1FAIpQLSd2BEWeOKLbIRGBT_aDEGPce1FOaVYBbhBiaqcaHoBKNB27MQ/viewform?usp=sf_link">here</a>. If you don&rsquo;t have experience with UNIX command line, or if you are unsure whether you meet the prerequisites, follow our <a href="https://edu.sib.swiss/pluginfile.php/2878/mod_resource/content/4/couselab-html/content.html">online UNIX tutorial</a>.</p>
<h2 id="software">Software</h2>
<p>Install Docker on your local computer and create an account on <a href="https://hub.docker.com/">dockerhub</a>. You can find instructions <a href="https://docs.docker.com/get-docker/">here</a>. Note that you need admin rights to install and use Docker, and if you are installing Docker on Windows, you need a recent Windows version. You should also have a modern code editor installed, like <a href="https://www.sublimetext.com/">Sublime Text</a> or <a href="https://code.visualstudio.com/">VScode</a>.</p>
<p>Install Docker on your local computer and create an account on <a href="https://hub.docker.com/">dockerhub</a>. You can find instructions <a href="https://docs.docker.com/get-docker/">here</a>. Note that you need admin rights to install and use Docker, and if you are installing Docker on Windows, you need a recent Windows version. You should also have a modern code editor installed. We support <a href="https://code.visualstudio.com/">VScode</a>.</p>
<details class="info">
<summary>If working on Windows</summary>
<p>During the course exercises you will be mainly interacting with docker through the command line. Although windows powershell is suitable for that, it might cause some issues with bind mounting directories. Hence, it is easier to follow the exercises if you have a UNIX or &lsquo;UNIX-like&rsquo; terminal. You can get one by using <a href="https://docs.microsoft.com/en-us/windows/wsl/install">WSL2</a>. With VScode, you can also add the <a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl">WSL extension</a>. Make sure you install the latest versions before installing docker.</p>
Expand All @@ -727,7 +727,7 @@ <h2 id="software">Software</h2>
<summary>If installing Docker is a problem</summary>
<p>During the course, we can give only limited support for installation issues. If you do not manage to install Docker before the course, you can still do almost all the exercises on <a href="https://labs.play-with-docker.com/">Play with Docker</a>. A Docker login is required.</p>
</details>
<p>In addition to your local computer, we will be working on an Amazon Web Services (<a href="https://aws.amazon.com/">AWS</a>) Elastic Cloud (EC2) <a href="https://aws.amazon.com/ec2/">server</a>. Our Ubuntu server behaves like a &lsquo;normal&rsquo; remote server, and can be approached through <a href="https://man7.org/linux/man-pages/man1/ssh.1.html"><code>ssh</code></a> with a username, key and IP address. All participants will be granted access to a personal home directory. If you are not familiar with <code>ssh</code>, you can check the <a href="https://zah.uni-heidelberg.de/it-guide/ssh-tutorial-linux">Heidelberg University tutorial</a> for information on how to set it up and use it.</p>
<p>In addition to your local computer, we will be working on an Amazon Web Services (<a href="https://aws.amazon.com/">AWS</a>) Elastic Cloud (EC2) <a href="https://aws.amazon.com/ec2/">server</a>. Our Ubuntu server behaves like a &lsquo;normal&rsquo; remote server, and can be approached through <a href="https://man7.org/linux/man-pages/man1/ssh.1.html"><code>ssh</code></a> with a username, key and IP address. All participants will be granted access to a personal home directory. You will be guided through setting up an ssh connection with VScode during the course. If you are not using VScode and if you are not familiar with <code>ssh</code>, you can check the <a href="https://zah.uni-heidelberg.de/it-guide/ssh-tutorial-linux">Heidelberg University tutorial</a> for information on how to set it up and use it.</p>



Expand Down
2 changes: 1 addition & 1 deletion 2024.10/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit b3f6988

Please sign in to comment.