This software is currently Alpha and actively developed.
This is the repository for the Robin Wood Renewable Electric Energy Provider Report. It contains a Django application that is responsible for handling the information needed to create this report and keep the information up to date. As this Report and the containing information are relevant mostly Germany the following documentation is in German only.
- Ensure
docker
,docker-compose
,docker buildx
andpre-commit
are installed.- Under ubuntu
sudo apt-get install docker-buildx docker-compose pre-commit
- Under ubuntu
- clone and cd to the project root
- Create a
.env
file runningpython oekostrom_db/generate_env.py
- Create the docker containers running
COMPOSE_DOCKER_CLI_BUILD=1 docker-compose build
- Simply run
docker-compose up dev
to get a working development installation running underhttp://127.0.0.1:8001
Dieses git repro beinhaltet die Datenbank zur Verwaltung der Daten aus dem Robin Wood Ökostrom Report. Es handelt sich um eine Django Application.
Ziel ist künftige Anbieterrecherchen zu erleichtern und die aktuelle Recherche besser zu dokumentieren, in dem z.B. PDF der Stromkennzeichnung automatisiert gespeichert wird und automatisiert ermittelt ob die Seiten mit Stromkennzeichnungen noch erreichbar sind.
Dieses Tool soll später die Daten für die Anbietersuche bereitstellen. Dies Tool bearbeitet die Daten, so dass es am Ende für das Drupal Modul der Robin Wood Homepage zum Ökostromreport bereitsteht.