Code for the EZ GG e.V. website https://ezgg-ev.de
Go to file
David Rodenkirchen 31937ce791 Merge branch 'feature/implement-more-social-links' into 'main'
implement more social links

See merge request ezgg/ezgg-website!19
2024-06-06 17:24:20 +00:00
ezgg_website implement more social links, change naming of e.V. 2024-06-06 17:24:20 +00:00
.gitignore add default catch-all python gitignore 2024-05-21 06:35:38 +02:00
.project-root add failback project root 2024-05-27 18:51:03 +02:00
Dockerfile change exposed port 2024-05-27 19:41:56 +02:00
README.md add redeploy instructions to README 2024-06-02 21:08:53 +02:00
requirements.txt Update the Rio Version, add meta tags, refactor rio components that have init overwrites, add member picture for Tim 2024-06-06 05:36:30 +00:00
rio.toml stable initial 2024-05-24 17:38:28 +02:00

EZ GG Website

Overview

This repository contains the code for the EZ GG e.V. website.

How to install

  1. Create a Python VENV with Python version 3.11+
  2. Install dependencies via pip install -r requirements.txt
  3. Run dev mode via rio run

How to re-deploy

  1. Merge changes
  2. SSH to EZGG server
  3. cd into /srv/ezgg-website
  4. Pull changes
  5. Rebuild image sudo docker build -t ezggweb .
  6. Log into portainer UI
  7. Open website container
  8. Press "recreate container"