Base Web Installation Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| − | =Vorbereitung - Installation PHP 5= | + | =Vorbereitung - Installation PHP 5 (vor U16 ueber die normalen Repositories)= |
*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:11 Uhr
Vorbereitung - Installation PHP 5 (vor U16 ueber die normalen Repositories)
- 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