Skip to content

Ezio47/qgis-geoserver-plugin

 
 

Repository files navigation

image

GeoServer Explorer

A plugin to configure and manage GeoServer from QGIS.

Installation

The plugin is available through QGIS official plugin repository. Nevertheless, to install it using this repository, run the following in a terminal (you will need to have paver installed):

$ paver setup
$ paver install

The first command will fetch the dependencies required by the plugin. The second one will install the plugin in your local QGIS plugins folder. Open QGIS and you should already see the GeoServer Explorer plugin available in your QGIS plugin manager.

Documentation

Thew plugin is documented here.

Getting Help

If you have questions, please use the project mailing list

Use the Github project for any bug reports. Pull requests are welcome.

Cloning this repository

This repository uses external repositories as submodules. Therefore in order to include the external repositories during cloning you should use the --recursive option:

git clone --recursive http://github.com/boundlessgeo/qgis-geoserver-plugin.git

Also, to update the submodules whenever there are changes in the remote repositories one should do:

git submodule update --remote

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • Scheme 2.1%