David Rodenkirchen 72d1b9bc33 Merge branch 'feature/add-auth-service' into 'main'
fix issue on missing pw file

See merge request ezgg/ezgg-website!17
2024-06-03 07:18:00 +00:00
2024-06-03 09:17:45 +02:00
2024-05-27 18:51:03 +02:00
2024-05-27 19:41:56 +02:00
2024-06-02 21:08:53 +02:00
2024-06-02 17:16:32 +02:00
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"
S
Description
Code for the EZ GG e.V. website
https://ezgg-ev.de
Readme 14 MiB
Languages
Python 99.7%
Dockerfile 0.3%