Base Web Installation Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Vorbereitung= ==PHP 5== *add-apt-repository ppa:ondrej/php *apt-get updateapt-get install -y apache2 libapache2-mod-php5.6 php5.6-mysql php5.6-cli php5.6 php5…“) |
(→PHP 5) |
||
| Zeile 2: | Zeile 2: | ||
==PHP 5== | ==PHP 5== | ||
*add-apt-repository ppa:ondrej/php | *add-apt-repository ppa:ondrej/php | ||
| − | *apt-get | + | *apt-get update |
| + | *apt-get install -y apache2 libapache2-mod-php5.6 php5.6-mysql php5.6-cli php5.6 php5.6-common php5.6-gd php5.6-cli php-pear php5.6-xml | ||
Version vom 16. Oktober 2018, 12:09 Uhr
Vorbereitung
PHP 5
- add-apt-repository ppa:ondrej/php
- apt-get update
- apt-get install -y apache2 libapache2-mod-php5.6 php5.6-mysql php5.6-cli php5.6 php5.6-common php5.6-gd php5.6-cli php-pear php5.6-xml