Update README.md
This commit is contained in:
parent
93811545d6
commit
b4ab3b3d7a
44
README.md
44
README.md
|
@ -1,18 +1,42 @@
|
||||||
# QuartzMap
|
# QuartzMap
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Transform your qgis2web maps into secure, dyanmic maps.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
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
|
Run setup http://domain.com/admin/setup.php
|
||||||
|
|
||||||
## Links
|
|
||||||
- [Sidebar Icons](https://pictogrammers.com/library/mdi/)
|
|
||||||
- [Action Icons](https://fonts.google.com/icons)
|
|
||||||
|
|
Loading…
Reference in New Issue