Installation#

Installation is done via the install scripts located in the /installer directory.

System Requirements#

  • 2 GB RAM

  • 5 GB Disk

  • Tested on Ubuntu 24

Note

Seeding and tile generation can be CPU intensive for larger data sets. Plan accordingly.

ECW Support#

For ECW Support, use the Quail ECW Support installer prior to installation

AcuGIS/quail-ecw-support

Docker Install#

Warning

Docker is not recommended for Production hosting.

To install using Docker:

git clone https://github.com/AcuGIS/quail.git
cd quail
installer/docker-install.sh
docker-compose pull

Next, go to docker/public.env and set the SERVER_NAME and IP to your machines hostname and IP.

docker-compose up

If you want to build from source, run next command.

To clean persistent data, you can remove volumes with this command:

docker volume rm quail_{cache_qgis,data_layers,data_qgis,data_mapproxy,data_stores,html_layers,html_stores,pg_data,www_cache}

Navigate to http://yourdomain.com:8000

Default credentials