installation.rst 795 B

12345678910111213141516171819202122232425262728
  1. .. _spatialjson_installation:
  2. Installation
  3. ============
  4. Manual Installation
  5. -------------------
  6. To download and install the required extensions by hand:
  7. #. Download the geoserver-|release|-spatialjson-plugin.zip from:
  8. * `Community Builds <https://build.geoserver.org/geoserver/main/community-latest/>`_ (GeoServer WebSite)
  9. It is important to download the version that matches the GeoServer you are running.
  10. #. Stop the GeoServer application.
  11. #. Navigate into the :file:`webapps/geoserver/WEB-INF/lib` folder.
  12. These files make up the running GeoServer application.
  13. #. Unzip the contents of the zip file into the :file:`lib` folder.
  14. #. Restart the Application Server.
  15. After restarting the Application Server the SpatialJSON WFS output format is available and ready to
  16. use.