From af4d31e8551aec950b6d79f1d108b92fe5eb6c52 Mon Sep 17 00:00:00 2001 From: manetta Date: Sun, 14 Jan 2024 20:44:03 +0100 Subject: [PATCH] edit in lab.conf is needed --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f52d2b..ff8da7d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ First the following software needs to be installed: `pip3 install jupyterlab notebook` -First copy the service file template: +First copy the service file template to `/etc/systemd/system`: `sudo cp templates/jupyterlab@.service /etc/systemd/system` -And the lab.conf nginx configuration file: +And then the lab.conf nginx configuration file to `/etc/nginx/includes/`: +`sudo nano templates/lab.conf` (change `sandbot` to the servername) `sudo mkdir /etc/nginx/includes` `sudo cp templates/lab.conf /etc/nginx/includes/`