2024-03-25 10:01:19 +00:00
|
|
|
# QuartzMap
|
2024-03-16 23:18:07 +00:00
|
|
|
|
2024-07-10 21:32:16 +00:00
|
|
|
![QuartzMap](QuartzMap.png)
|
|
|
|
|
|
|
|
## Transform your qgis2web maps into secure, dyanmic maps.
|
|
|
|
|
|
|
|
![QuartzMap](QuartzMap-Main.png)
|
|
|
|
|
|
|
|
|
|
|
|
Features
|
|
|
|
- Maps
|
|
|
|
- Publish using qgis2web plugin
|
|
|
|
- Connect to PostGIS
|
|
|
|
- Connecto GeoServer
|
|
|
|
- QGIS Print Layouts (or basic Browser Print)
|
|
|
|
- Advertise WMS, WFS, WMTS, etc...
|
|
|
|
- Users
|
|
|
|
- Users and Groups
|
|
|
|
- Map level permissions
|
|
|
|
- Multi-User Portal
|
|
|
|
- Optional self-registration
|
2024-03-16 23:18:07 +00:00
|
|
|
|
2024-03-16 23:21:31 +00:00
|
|
|
## Install
|
2024-07-10 21:32:16 +00:00
|
|
|
Install on Ubuntu 22 or 24
|
|
|
|
|
|
|
|
Be sure to set the hostname if you plan to provision SSL using certbot.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ hostnamectl set-hostname qpod.webgis1.com
|
|
|
|
$ git clone https://github.com/AcuGIS/quartzmap.git
|
|
|
|
$ cd quartzmap
|
2024-03-16 23:04:47 +00:00
|
|
|
$ ./installer/postgres.sh
|
|
|
|
$ ./installer/app-install.sh
|
2024-07-10 21:32:16 +00:00
|
|
|
```
|
|
|
|
|
2024-03-11 07:24:45 +00:00
|
|
|
|
2024-07-10 21:32:16 +00:00
|
|
|
Optionally, provision and SSL certificate using:
|
|
|
|
|
|
|
|
certbot --apache --agree-tos --email hostmaster@${HNAME} --no-eff-email -d ${HNAME}
|
|
|
|
|
2024-03-16 23:04:47 +00:00
|
|
|
|
2024-07-10 21:32:16 +00:00
|
|
|
Run setup http://domain.com/admin/setup.php
|