Update README.md

This commit is contained in:
AcuGIS 2024-07-10 21:32:16 +00:00
parent 93811545d6
commit b4ab3b3d7a
1 changed files with 34 additions and 10 deletions

View File

@ -1,18 +1,42 @@
# QuartzMap # QuartzMap
![GeoSync](QuartzMap.png) ![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
## Install ## Install
Install software dependencies and setup database, service, etc. Install on Ubuntu 22 or 24
$ cd qgis2web_app 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
$ ./installer/postgres.sh $ ./installer/postgres.sh
$ ./installer/app-install.sh $ ./installer/app-install.sh
```
$ ./installer/gui-installer.sh
Run setup http://10.0.39.2/admin/setup.php and login with admin@admin.com/1234 Optionally, provision and SSL certificate using:
## Links certbot --apache --agree-tos --email hostmaster@${HNAME} --no-eff-email -d ${HNAME}
- [Sidebar Icons](https://pictogrammers.com/library/mdi/)
- [Action Icons](https://fonts.google.com/icons)
Run setup http://domain.com/admin/setup.php