QCarta - the simplest way to publish your QGIS Projects.
QCarta is a complete GeoPortal for QGIS.
- Ubuntu 24
- 4 GB RAM
- 10 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/qcarta.git
cd qcarta
./installer/postgres.sh
./installer/app-install.shOptionally, 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/qcarta.git
$ cd qcarta
$ ./installer/docker-install.sh
$ docker-compose pull
Before calling up set docker/public.env with values used on your machine!
$ docker-compose up
If you want to build from source, run next command.
$ docker-compose buildURL: http://yourdomain.com:8000
QCarta includes sample projects to get you started
- Maps
- Dashboards
- Filters
- GeoStories
- Plotly Support
- SQL Reports
- SQL Workshop
- QGIS Relations
- QGIS Plugin
- OGC Web Services (WMS, WFS, and WMTS)
- Topics and Keywords
- Metadata
Quail Docs Documentation.
Version: MPL 2.0





