Govplan: Difference between revisions
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Setup == | == Setup == | ||
To enable and run Govplan add following line to your system configuration and apply it<syntaxhighlight lang="nix"> | |||
services.froide-govplan.enable = true; | services.froide-govplan.enable = true; | ||
</syntaxhighlight>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<syntaxhighlight lang="shell"> | </syntaxhighlight>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<syntaxhighlight lang="shell"> | ||
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/ | ||
* Create a new (home) page | |||
* Access advanced settings of the new page (burger menu right side in the table row) and define "Govplan" as application for that page | |||
* Open the new home page http://localhost/, click on "Edit" in the admin menu | |||
* The right button in the admin panel opens the page structure menu. You can place single block elements such as the overview of government plans, categories, etc. By doing this you can also create a government entity. | |||
== Usage == | |||
Access the administration backend http://localhost/admin/ to add government entities, government plans, categories, etc. | |||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||
[[Category:Django]] |