47ef5575a7b9c491b76bc743300d286dec8fd8d1
RSE@PSI Website
https://rse.pages.psi.ch/RSE-PSI-Website/
Build Instructions
Using Docker compose
-
Ensure you have Docker or Podman installed with the correct
composecommand setup -
Run compose to build and serve the site:
docker|podman compose upTip
You might have to use
--force-recreateto ensure that changes in the Dockerfile are applied to a new container. Compose will normal use the last running container.
Using pip (or virtual envs)
-
Install the required dependencies:
pip install -r requirements.txt -
mkdocs serve
Languages
Dockerfile
100%