1.) apache2
2.) php5
3.) mysql5
>sudo apt-get install apache2 //installs inwards /etc/apache2 >sudo apt-get install php5 //installs inwards /etc/php5 >sudo apt-get install libapache2-mod-php5 php5-curl >sudo apt-get mysql-server //installs inwards /etc/mysql >sudo apt-get install php5-mysql //install mysql together with mysqli >sudo service apache2 restart
0 komentar:
Please comment if there are any that need to be asked.