main
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
Events Management
If you want to update the "Current" or "Up Coming" events list, please make your changes
in the docs/events/_current.md file. This gets include into both the home page and
events page.
Languages
Dockerfile
100%