diff --git a/docs/source/index.rst b/docs/source/index.rst index 6314e11..84caf0c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ Contents users groups qwcadmin - tenants + tenant maps css pdf diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 1167916..778d3e1 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -7,23 +7,15 @@ Introduction Overview ------------ -QuartzMap transforms your qgis2web maps into secure, dynamic maps. +AcuGIS QWC2 Hosting provides a fully dedicated QGIS Web Client 2 hosting environment. + +A full function control panel for publishing and sharing maps is also included. + +Your maps are secured via your portal and can be connected to their original PostGIS or GeoServer data sources. + +You can also create new PostGIS Databases from your QGIS Projects as well. -QuartzMap transforms your qgis2web maps into secure, dynamic maps. - -Your maps are secured via your portal and can be connected to their original PostGIS or GeoServer data source, so your maps are updated when your data is updated. No need to republish your maps. + .. image:: images/qwc-main.png - .. image:: images/Quick-Start-Login-22.png - - -Authors ------------- - -QuartzMap is from AcuGIS and produced by Cited, Inc. - -qgis2web is an indepedent project. - -Learn more about qgis2web at https://github.com/qgis2web/qgis2web - diff --git a/docs/source/qwcadmin.rst b/docs/source/qwcadmin.rst new file mode 100644 index 0000000..52716b0 --- /dev/null +++ b/docs/source/qwcadmin.rst @@ -0,0 +1,10 @@ +QWC_Admin +======== + +While the most common functions can be performed via your control panel, you also have access to qwc_admin + +On the Configs page, you will see a link to qwc_admin displayed at top right like below. + +Note: Be sure you have selected the desired Tenant when accessing qwc_admin + + .. image:: images/qwc_admin.png \ No newline at end of file diff --git a/docs/source/tenant.rst b/docs/source/tenant.rst new file mode 100644 index 0000000..af2ffc9 --- /dev/null +++ b/docs/source/tenant.rst @@ -0,0 +1,16 @@ +Tenants +======== + +Your QWC2 Hosting is multi Tenant. + +You can create an unlimited number of Tenants. + +To create a new Tenant, go to Configs on the left menu + + .. image:: images/qwc_configs.png + +Click the Add New button as shown below + + .. image:: images/qwc_admin_add_tenant.png + +Provide a name for the new Tenant and click Save \ No newline at end of file