Install Geoserver On Ubuntu Server 22.04.3

11 Views· 10/12/23
DanyChrys Barosoft
DanyChrys Barosoft
Subscribers
0

How To Install Geoserver On Ubuntu Server 22.04.3 an run automatically.

---------------------------------------------------------
INSTALL GEOSERVER
---------------------------------------------------------
sudo su
apt install openjdk-11-jdk
cd /usr/share/
mkdir geoserver
cd geoserver
wget https://sourceforge.net/projec....ts/geoserver/files/G
ls
unzip geoserver-2.23.2-bin.zip
rm -rf geoserver-2.23.2-bin.zip
cd bin
ls
./startup.sh
ifconfig

--------------------------------------------------------
RUN GEOSERVER AUTOMATICALLY
--------------------------------------------------------
chmod +x /etc/init.d/geoserver
update-rc.d geoserver defaults
reboot

user:admin
pass:geoserver

Show more

 0 Comments sort   Sort By