gilex-dev c103aa984f | ||
---|---|---|
docs | ||
group_vars | ||
host_vars | ||
playbooks | ||
COPYING.md | ||
README.md | ||
ansible.cfg | ||
inventory.yaml | ||
requirements.txt | ||
requirements.yaml |
README.md
Gis Server playbook
This is a playbook to install and configure qgis-server, lizmap-web-client and postgresql on a debian server.
User Guide
Compile the User Guide to see how you can get started
Alternatively you can download the version shipped with the latest release
Requirements
-
This repository or the latest release
wget https://somepi.ddns.net/gitea/gilex-dev/GisServer/archive<latest-release-tag>.zip unzip GisServer-<latest-release-tag>.zip # or via git git clone https://somepi.ddns.net/gitea/gilex-dev/GisServer.git cd GisServer git --branch <latest-release-tag>
-
The
gem
command to install ruby gems# run one of the following (depending on your package manager) sudo dnf install ruby-devel sudo apt install ruby-devel
-
The
asciidoctor-pdf
(asciidoctor + pdf conversion),rouge
(syntax highlighting) andrghost
(pdf optimization) gemgem install asciidoctor-pdf rouge rghost
Then compile the guide:
# for pdf
asciidoctor-pdf -a optimize ./docs/User_guide.adoc
# for html WARNING: external resources are loaded when opening (fonts.googleapis.com, fonts.gstatic.com, cdnjs.cloudflare etc.)
asciidoctor ./docs/User_guide.adoc