index.rst 716 B

12345678910111213141516171819202122
  1. .. _installation:
  2. Installation
  3. ============
  4. There are many ways to install GeoServer on your system. This section will discuss the various installation paths available.
  5. .. note:: To run GeoServer as part of an existing servlet container such as Tomcat, please see the :ref:`installation_war` section.
  6. .. warning:: GeoServer requires a Java 11 or Java 17 environment (JRE) to be installed on your system, available from `OpenJDK <http://openjdk.java.net>`__, `Adoptium <https://adoptium.net>`__ for Windows and macOS installers, or provided by your OS distribution.
  7. This must be done prior to installation.
  8. .. toctree::
  9. :maxdepth: 1
  10. linux
  11. win_binary
  12. win_installer
  13. war
  14. docker
  15. upgrade