Code for the EZ GG e.V. website
https://ezgg-ev.de
| ezgg_website | ||
| .gitignore | ||
| .project-root | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
| rio.toml | ||
EZ GG Website
Overview
This repository contains the code for the EZ GG e.V. website.
How to install
- Create a Python VENV with Python version 3.11+
- Install dependencies via
pip install -r requirements.txt - Run dev mode via
rio run
How to re-deploy
- Merge changes
- SSH to EZGG server
- cd into /srv/ezgg-website
- Pull changes
- Rebuild image
sudo docker build -t ezggweb . - Log into portainer UI
- Open website container
- Press "recreate container"