Govplan: Difference between revisions
Usage example |
mNo edit summary |
||
| (One intermediate revision by one other user 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 18: | Line 18: | ||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||
[[Category:Django]] | |||