Skip to content
Snippets Groups Projects
Commit 94ad5722 authored by Marcus Meyer's avatar Marcus Meyer
Browse files

Update PreperationNewCourses.md

environmnet durch environment ersetzt
parent 3dbf6b92
No related branches found
No related tags found
No related merge requests found
Pipeline #334487 passed
......@@ -24,7 +24,7 @@ This allows the instructors to gradually release the Notebooks alongside the tim
Each user maintains his own private clone of this Git repository and is able to make changes to the Notebooks which will be persisted between sessions.
On the contrary, the runtime enviroment is supposed to me more or less static and should not require frequent updates.
All users of a profile will share the same runtime environemnt.
All users of a profile will share the same runtime environment.
Changes outside the home directory are not presistent and will be lost after logout.
### **Warning for Git repos**
......@@ -37,9 +37,9 @@ This means: Only share read-only tokens to repositories which dont contain sensi
In general, the following steps are required for adding a new profile to the cluster:
1. Setup a local test environemnt for preparing your Jupyter Environment
1. Setup a local test environment for preparing your Jupyter Environment
2. Choose a Jupyter Kernel
3. Create a new Git repository for Jupyter Notebooks and runtime environemnt
3. Create a new Git repository for Jupyter Notebooks and runtime environment
4. Prepare Jupyter Notebooks
5. Collect Python/Third-Party requirements
6. Adapt Dockerfile
......@@ -48,7 +48,7 @@ In general, the following steps are required for adding a new profile to the clu
Hereby, steps 4.-6. are optional and only required if the course requires a non-standard Jupyter kernel or special Python dependencies.
### 1. Setup a local test environemnt for preparing your Jupyter Environment
### 1. Setup a local test environment for preparing your Jupyter Environment
Please follow the instructions from the official Jupyter website: https://jupyter.org/install
......@@ -66,7 +66,7 @@ Please consult the documentation for the installation of other kernels and add t
However, in most cases the standard IPython kernel is used and no further steps are necessary.
### 3. Create a new Git repository for Jupyter Notebooks and runtime environemnt
### 3. Create a new Git repository for Jupyter Notebooks and runtime environment
We recommend to use the [RTWH Software Engineering Services](https://doc.itc.rwth-aachen.de/display/SES/Home) / [GitLab](https://git.rwth-aachen.de) to manage, track, distribute Jupyter Notebooks and the definition of the required runtime environment.
......@@ -112,9 +112,9 @@ Please have a look at the following links for further information:
### 6. Adapt Dockerfile
Some profiles (e.g. when using special Jupyter Kernels) may require additional modifications to the runtime environemnt beyond the installation of new Python requirements.
Some profiles (e.g. when using special Jupyter Kernels) may require additional modifications to the runtime environment beyond the installation of new Python requirements.
To accomodate these the user can modify the included Dockerfile to run arbitrary commands during the preperation of the environemnt.
To accomodate these the user can modify the included Dockerfile to run arbitrary commands during the preperation of the environment.
Note that these commands are only executed during the Docker build phase.
### 7. Publish Jupyter Notebooks and Dockerfile in Git repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment