Geogig Sync QGIS Plugin
This is a very simple QGIS pluin that simplifies version controlling using Geogig. It is intended to be used between a remote or local repository and a single user. Branches are not yet supported.
Installation
- Install Java JRE and JDK.
- Install geogig as follows:
- Clone Boundless' Geogig from https://github.com/boundlessgeo/GeoGig.git
- Add 'GeoGig/bin' to the environment PATH
- Test GeoGig is working by opening terminal and typing 'geogig'
- Open terminal and type 'geogig-gateway'. This service needs to run whilst the plugin is being used.
- Clone GeoGigSync from https://github.com/roscoeZA/GeoGigSync.git
- Copy the GeoGigSync folder into ~/.qgis2 directory (Make sure all file are executable)
- Start QGIS and navigate to Plugins -> Manage and Install Plugins and tick the box next to GeoGigSync.
Additional Packages
Run easy_install requests Run easy_intall py4j