PHP, MySQL, Apache2, phpMyAdmin unter Ubuntu Linux 12.04 installieren

Hallo zusammen, hier ist mein Spickzettel für die LAMP (Linux,Apache,MySQL,PHP) Installationen.

Apache2 Installationen
sudo apt-get install apache2

PHP 5 und libapache2-mod-php5 php5-mysql php5-curl php5-gd php-pear php5-imagick php5-mcrypt installieren
sudo apt-get install php5 libapache2-mod-php5 php5-mysql php5-curl php5-gd php-pear php5-imagick php5-mcrypt

MySQL 5 Server und Client installieren
apt-get install mysql-server mysql-client

phpMyAdmin installieren
sudo apt-get install phpmyadmin

Apache neustarten
sudo /etc/init.d/apache2 restart

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare