- Notifications
You must be signed in to change notification settings - Fork0
Easily create OGC Web Services from your QGIS Projects
NotificationsYou must be signed in to change notification settings
AcuGIS/Quail
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Publish your QGIS Projects as OGC Web Services.
Group level permissions and integration MapProxy caching.
- Ubuntu 24
- 2 GB RAM
- 5 GB Disk
Be sure to set the hostname prior to installation if you plan to provision SSL using certbot.
hostnamectl set-hostname<yourhostname>
git clone https://github.com/AcuGIS/quail.gitcd quail ./installer/postgres.sh ./installer/app-install.sh
Optionally, provision and SSL certificate using:
apt-get -y install python3-certbot-apache certbot --apache --agree-tos --email hostmaster@${HNAME} --no-eff-email -d${HNAME}
Default credentials
- Email:admin@admin.com
- Password: quail
git clone https://github.com/AcuGIS/quail.git$cd quail$ ./installer/docker-install.sh$ docker-compose pullBefore calling upset docker/public.env with values used on your machine!$ docker-compose upIf you want to build from source, run next command.$ docker-compose build
URL:http://yourdomain.com:8000
Quail also includes a Layer Portal with Group Level Permissions
Quail DocsDocumentation.
Version: MPL 2.0