2026-07-09 16:47:12 +02:00
2025-05-30 18:48:21 +02:00
2026-07-09 14:56:44 +02:00
2026-07-09 14:56:44 +02:00
2025-05-30 18:49:19 +02:00
2026-07-09 16:47:12 +02:00

RSE@PSI Website

https://rse.pages.psi.ch/RSE-PSI-Website/

Build Instructions

Using Docker compose

  1. Ensure you have Docker or Podman installed with the correct compose command setup

  2. Run compose to build and serve the site:

    docker|podman compose up
    

    Tip

    You might have to use --force-recreate to 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)

  1. Install the required dependencies:

    pip install -r requirements.txt
    
  2. Build the website:

    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.

S
Description
No description provided
Readme
153 MiB
Languages
Dockerfile 100%