installing.rst 856 B

1234567891011121314151617181920
  1. .. _extensions_importer_install:
  2. Installing the Importer extension
  3. =================================
  4. #. Visit the :website:`website download <download>` page, locate your release, and download: :download_extension:`importer`
  5. Verify that the version number in the filename (for example |release| above) corresponds to the version of GeoServer you are running.
  6. #. Extract the archive and copy the contents into the GeoServer :file:`WEB-INF/lib` directory.
  7. #. Restart GeoServer.
  8. #. To verify that the extension was installed successfully, open the :ref:`web_admin` and look for an :guilabel:`Import Data` option in the :guilabel:`Data` section on the left-side menu.
  9. .. figure:: images/importer_link.png
  10. Importer extension successfully installed.
  11. For additional information please see the section on :ref:`extensions_importer_using`.