how to create a course

This commit is contained in:
Christoph Walther
2024-09-02 00:08:57 +02:00
parent d63a216b57
commit 02c209c2ba
4 changed files with 65 additions and 36 deletions

View File

@ -65,6 +65,4 @@ pip install tutor[full]
tutor local launch
```
After inputting the necessary information, all services should be running and the platform should be accessible on localhost. This can be checked by navigating to https://localhost on the host.
Problem is, that currently both platforms are running on the same port, so both can't be run at the same time.
After inputting the necessary information, all services should be running and the platform should be accessible on localhost. This can be checked by navigating to http://[studio.]local.edly.io on the host. This only works, when the port mapping for the CodeOcean container is changed. The domain points to localhost and is interpreted by a reverse proxy. Problem is, that logging to CodeOcean doesn't work at a different port, as 443 is hardcoded in the frontend.