Added OpenSUSE support to build & test pipeline (#344)

* Also added build documentation

Resolves #89
This commit is contained in:
Hummeltech
2023-10-05 15:05:53 -07:00
committed by GitHub
parent 184f1430f5
commit c2896c78ec
11 changed files with 196 additions and 24 deletions

View File

@ -3,10 +3,10 @@ Redirect /renderd-example-map/leaflet/leaflet.css https://unpkg.com/leaflet/dist
Redirect /renderd-example-map/leaflet/leaflet.min.js https://unpkg.com/leaflet/dist/leaflet.js
<Directory /usr/share/renderd/example-map>
Options +FollowSymLinks
AllowOverride All
Order Allow,Deny
Allow from all
Options +FollowSymLinks
AllowOverride All
Order Allow,Deny
Allow from all
<IfModule authz_core_module>
Require all granted
</IfModule>