Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gigsforlinux/c8cb4cdd41f87b80f27b86fa40738f3d to your computer and use it in GitHub Desktop.
Save gigsforlinux/c8cb4cdd41f87b80f27b86fa40738f3d to your computer and use it in GitHub Desktop.
I'll Do Anything Goes With GeoServer- Open Source Server For Sharing Geospatial Data
apt install default-jdk -y
java --version
-----output----
openjdk 11.0.15 2022-04-19
OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1)
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1, mixed mode, sharing)
----
wget https://sourceforge.net/projects/geoserver/files/GeoServer/2.21.0/geoserver-2.21.0-bin.zip
mkdir /usr/share/geoserver
unzip -d /usr/share/geoserver/ geoserver-2.21.0-bin.zip
useradd -m -U -s /bin/false geoserver
chown -R geoserver:geoserver /usr/share/geoserver
systemctl daemon-reload
systemctl enable --now geoserver
systemctl status geoserver
RL http://localhost:8080/geoserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment