Base Web Installation Linux: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
=Vorbereitung - Installation PHP 5 (vor U16 ueber die normalen Repositories)=
+
=Vorbereitung - Installation PHP 5=
*add-apt-repository ppa:ondrej/php
+
*add-apt-repository ppa:ondrej/php (ab U16 notwendig)
 
*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:12 Uhr

Vorbereitung - Installation PHP 5

  • add-apt-repository ppa:ondrej/php (ab U16 notwendig)
  • 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