how to create a course
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user