install.rst 924 B

12345678910111213141516171819202122232425
  1. .. _css_install:
  2. Installing the GeoServer CSS extension
  3. ======================================
  4. The CSS extension is listed among the other extension downloads on the GeoServer download page.
  5. The installation process is similar to other GeoServer extensions:
  6. #. Download the :download_extension:`css`
  7. Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example |release| above).
  8. #. Extract the contents of the archive into the :file:`WEB-INF/lib` directory in GeoServer.
  9. Make sure you do not create any sub-directories during the extraction process.
  10. #. Restart GeoServer.
  11. If installation was successful, you will see a new CSS entry in the :ref:`styling_webadmin` editor.
  12. .. figure:: images/css_style_format.png
  13. CSS format in the new style page
  14. After installation, you may wish to read the tutorial: :ref:`Styling data with CSS <css_tutorial>`.