Debian 10 GIS Server: Unterschied zwischen den Versionen
Aus Geoportal
Armin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „= Installation = Howto turn a Debian 10 box (netinstall) into a OWS Server - == Update System == <pre> apt-get update apt-get -y upgrade apt-get clean </pre>“) |
Armin (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
= Installation = |
= Installation = |
||
− | Howto turn a Debian 10 box (netinstall) into a OWS Server - |
+ | Howto turn a Debian 10 box (netinstall) into a OWS Server - with apache2 & PostgreSQL |
− | |||
== Update System == |
== Update System == |
||
<pre> |
<pre> |
||
apt-get update |
apt-get update |
||
apt-get -y upgrade |
apt-get -y upgrade |
||
+ | apt-get clean |
||
+ | </pre> |
||
+ | == Install Admin Tools == |
||
+ | <pre> |
||
+ | apt-get -y install curl dos2unix htop mlocate p7zip unzip vim mc |
||
apt-get clean |
apt-get clean |
||
</pre> |
</pre> |
Version vom 24. Juli 2020, 06:57 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