Govplan: Difference between revisions
Appearance
Initial page |
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
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
- Login and access the backend site http://localhost:80/admin/cms/page/