LAMP: Unterschied zwischen den Versionen

Aus Reboot ITS Wiki
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
 
[[Category:Server]][[Category:LAMP]]
 
[[Category:Server]][[Category:LAMP]]
 +
 +
Das Akronym LAMP steht für den kombinierten Einsatz von Linux, Apache, MySQL und PHP.
  
 
==Installation==
 
==Installation==

Aktuelle Version vom 7. November 2018, 03:50 Uhr


Das Akronym LAMP steht für den kombinierten Einsatz von Linux, Apache, MySQL und PHP.

Installation

sudo apt-get install apache2 libapache2-mod-php7.2 php7.2 php7.2-mysql mysql-server

Bestandteile