2021-02-22 15:43:07 +01:00
|
|
|
# DigitalDemocratic Documentation
|
|
|
|
|
|
|
|
This documentation is writed in Markdown using [MkDocs+Gitlab](https://gitlab.com/pages/mkdocs).
|
|
|
|
|
|
|
|
See `docs` directory for Markdown files or the [auto-built site](https://digitaldemocratic.gitlab.io/digitaldemocratic).
|
2021-04-08 13:52:16 +02:00
|
|
|
|
|
|
|
## Quick start
|
|
|
|
|
|
|
|
```
|
|
|
|
cp digitaldemocratic.conf.example digitaldemocratic.conf
|
|
|
|
```
|
|
|
|
|
|
|
|
Edit digitaldemocratic.conf file variables to suit your needs.
|
|
|
|
|
|
|
|
```
|
|
|
|
make up
|
|
|
|
```
|
|
|
|
|
|
|
|
Wait till apps come up and add plugins:
|
|
|
|
|
|
|
|
```
|
|
|
|
make add-plugins
|
|
|
|
```
|