edit in lab.conf is needed

master
manetta 3 months ago
parent d0f3093680
commit af4d31e855

@ -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/`

Loading…
Cancel
Save