diff --git a/timeseriesviewer/docs/img/qgis_plugin_activation.png b/timeseriesviewer/docs/img/qgis_plugin_activation.png new file mode 100644 index 0000000000000000000000000000000000000000..6d284278a906ff6293c28c9577c0d9af266804a0 Binary files /dev/null and b/timeseriesviewer/docs/img/qgis_plugin_activation.png differ diff --git a/timeseriesviewer/docs/img/qgis_pluginpath.png b/timeseriesviewer/docs/img/qgis_pluginpath.png new file mode 100644 index 0000000000000000000000000000000000000000..9042b3f4e8d5ed65748cc2e184d312a4caece195 Binary files /dev/null and b/timeseriesviewer/docs/img/qgis_pluginpath.png differ diff --git a/timeseriesviewer/docs/testuserinfo.md b/timeseriesviewer/docs/testuserinfo.md new file mode 100644 index 0000000000000000000000000000000000000000..54413a15e4a5f7a62cd16ae0160b6560bc098e04 --- /dev/null +++ b/timeseriesviewer/docs/testuserinfo.md @@ -0,0 +1,42 @@ +# Notes for test users of HUB TimeSeriesViewer (TSV) + +1. Ensure that git is installed on your system. + + C:\Windows\system32>git + + +should produce a meaningful output. + +If not existing, download git from: + + [git download](https://git-scm.com/download) + + +2. Create your personal "QGIS_Plugin" folder. + +3. Clone the repository into the QGIS_Plugin folder and checkout the qgis_api branch by: + + git clone https://bitbucket.org/jakimowb/hub-timeseriesviewer.git + cd hub-timeseriesviewer + git fetch && git checkout qgis_api + + The source code of the qgis_api branch should now appear in QGIS_Plugin/hub-timeseriesviewer. + +4. Tell QGIS where to find this folder by adding QGIS_Plugin to the QGIS_PLUGINPATH variable. +Create it variable in case it does not exist. + +Settings > Options ... > System > + + + +5. Re-start QGIS. Activate the Plugin to add the TSV start button +to the QGIS toolbar. + + + +6. Get updates: go into the QGIS_Pluigin/hub-timeseriesviewer folder and call + + git pull + +to get updates from the remote branch. Then restart QGIS. +