Debian 10 GIS Server: Unterschied zwischen den Versionen

Aus Geoportal
Zeile 10: Zeile 10:
 
<pre>
 
<pre>
 
apt-get -y install curl dos2unix htop mlocate p7zip unzip vim mc
 
apt-get -y install curl dos2unix htop mlocate p7zip unzip vim mc
  +
apt-get clean
  +
</pre>
  +
== Install further helpful things ==
  +
<pre>
  +
apt-get -y install apache2 libapache2-mod-php cgi-mapserver postgresql-11-postgis-2.5 gdal-bin postgresql-11-ogr-fdw php-xml libproj13
 
apt-get clean
 
apt-get clean
 
</pre>
 
</pre>

Version vom 24. Juli 2020, 07:58 Uhr

Installation

Howto turn a Debian 10 box (netinstall) into a OWS Server - with apache2 & PostgreSQL

Update System

apt-get update
apt-get -y upgrade
apt-get clean

Install Admin Tools

apt-get -y install curl dos2unix htop mlocate p7zip unzip vim mc
apt-get clean

Install further helpful things

apt-get -y install apache2 libapache2-mod-php cgi-mapserver postgresql-11-postgis-2.5 gdal-bin postgresql-11-ogr-fdw php-xml libproj13
apt-get clean