Jump to content

Govplan

From NixOS Wiki
Revision as of 11:46, 7 March 2025 by Onny (talk | contribs) (Initial page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Govplan is a web-app for tracking government plans. It is developed by the Open Knowledge Foundation Germany e.V. and used by the project Koalitionstracker of FragDenStaat.de.

Setup

Note: Parts of this module are not yet stable will be available with the upcoming NixOS release 25.05.

To enable and run Govplan add following line to your system configuration and apply it

services.froide-govplan.enable = true;

As soon the Django web app is started and provisioned, you can access it on http://localhost . Create a administration account by executing following command

froide-govplan createsuperuser

Bootstrap the Govplan app with following steps