Update README.md
This commit is contained in:
parent
93811545d6
commit
b4ab3b3d7a
44
README.md
44
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)
|
||||
Run setup http://domain.com/admin/setup.php
|
||||
|
|
Loading…
Reference in New Issue