Jump to content

Govplan: Difference between revisions

From NixOS Wiki
Onny (talk | contribs)
Initial page
 
Onny (talk | contribs)
No edit summary
Line 9: Line 9:


* Login and access the backend site http://localhost:80/admin/cms/page/
* Login and access the backend site http://localhost:80/admin/cms/page/
[[Category:Server]]
[[Category:Web Applications]]

Revision as of 11:47, 7 March 2025

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