From b4ab3b3d7ae9ee4dc6bb5db47f7e71a68b4b0d22 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Wed, 10 Jul 2024 21:32:16 +0000 Subject: [PATCH] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4b6033a..71a91f5 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,42 @@ # 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 software dependencies and setup database, service, etc. - - $ cd qgis2web_app +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 $ ./installer/postgres.sh $ ./installer/app-install.sh +``` + + + Optionally, provision and SSL certificate using: + + certbot --apache --agree-tos --email hostmaster@${HNAME} --no-eff-email -d ${HNAME} - $ ./installer/gui-installer.sh -Run setup http://10.0.39.2/admin/setup.php and login with admin@admin.com/1234 - -## Links - - [Sidebar Icons](https://pictogrammers.com/library/mdi/) - - [Action Icons](https://fonts.google.com/icons) \ No newline at end of file +Run setup http://domain.com/admin/setup.php