Base Web Installation Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→PHP 5) |
|||
| Zeile 1: | Zeile 1: | ||
| − | =Vorbereitung | + | =Vorbereitung - Installation PHP 5= |
| − | |||
*add-apt-repository ppa:ondrej/php | *add-apt-repository ppa:ondrej/php | ||
*apt-get update | *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 | *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:10 Uhr
Vorbereitung - Installation 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