QuartzMap/docs/source/quickstart.rst

133 lines
2.6 KiB
ReStructuredText

=============
Quick Start
=============
.. contents:: Table of Contents
*******************
qgis2web Quick Start
*******************
Below is a Quick Start Guide for qgis2web
1. Login to QuartzMap
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. note::
Your FTP username is displayed on the Users page. Your FTP password is your login password.
.. image:: images/FTP-username-min.png
2. In QGIS, open the Project you wish to publish and start qgis2web
~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter your FTP information:
.. image:: images/FTP-qgis2web.png
.. note::
The name you enter in the 'Remote folder' field will be created for you. Use your map name or something similar for easy organization.
3. Go to Maps > Add New
~~~~~~~~~~~~~~~~~~~~~~~~~~
Give your R app a name and description.
Select the R you wish to publish, or paste your R code
.. image:: images/R-Paste.png
There are a large number of features and options, but for now, just go scroll down to Security and select the existing User Group
.. image:: images/Quick-Start-Login-12.png
Click Create
~~~~~~~~~~~~~~~~~~~~~~~~~~
ON the home page, click the link to your new map:
.. image:: images/Quick-Start-Login-14.png
Voila! Your R App has been published!
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: images/Main.png
*******************
R Quick Start
*******************
Below is a Quick Start Guide for qgis2web
1. Login to QuartzMap
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. note::
Your FTP username is displayed on the Users page. Your FTP password is your login password.
.. image:: images/FTP-username-min.png
2. In R, open the Project you wish to publish
~~~~~~~~~~~~~~~~~~~~~~~~~~
You can publish your R Project usign FTP, Manual Upload, or Paste Code
.. image:: images/R-Paste.png
.. note::
The name you enter in the 'Remote folder' field will be created for you. Use your map name or something similar for easy organization.
3. Go to Maps > Add New
~~~~~~~~~~~~~~~~~~~~~~~~~~
Give your map a name and description.
Select the map you wish to publish.
.. image:: images/Quick-Start-Login-10.png
There are a large number of features and options, but for now, just go scroll down to Security and select the existing User Group
.. image:: images/Quick-Start-Login-12.png
Click Create
~~~~~~~~~~~~~~~~~~~~~~~~~~
ON the home page, click the link to your new map:
.. image:: images/R-Choropleth-Dashboard.png
Voila! Your R app has been published!
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: images/R-Choropleth.png
Next: Make Your Apps Dynamic
------------
Connecting to Data Sources.