coursepage02508
To change the live version, files need to be placed at /www/docs/courses/02508
. For example, in command line, you can use ssh or sftp to connect to server and transfer files. For easier transfer, we could clone this repo, and then pull the changes. But as long as it's only one index.html
file, we can just copy that one file.
The steps to achieve this are:
ssh thinlinc.compute.dtu.dk
# You will be asked to type your password.
cd /www/docs/courses/02508
curl -o index.html https://lab.compute.dtu.dk/courses-0250-8-and-9/coursepage02508/-/raw/main/index.html
Known issues: when transfering files, the capitalization of filenames may be inconsistend. E.g. localy changing Image.png
to image.png
will remotely only change the content, not the filename, and the link will appear broken.