Install Apache PHP5 MySQL5.6 Debian 8.3
Install Apache PHP5 MySQL5.6 Debian 8.3
===================================================================================
==========
Install Apache2
#apt-get install apache2
Enable mod_rewrite
#a2enmod rewrite
Install PHP5
#apt-get install php5 libapache2-mod-php5
or
#wget https://repo.mysql.com//mysql-apt-config_0.8.9-1_all.deb
#dpkg -i mysql-apt-config_0.3.5-1debian8_all.deb
Note : You will be asked to select product and version that you want to install. In
the first step, select Server and next select mysql-5.6. Then click Apply.
#apt-get update
#apt-get install mysql-community-server
Speed UP PHP
#apt-get install php5-apcu
Install Curl
#apt-get install curl
Install Imagemagick
#apt-get install imagemagick
Install PhpMyAdmin
#apt-get install phpmyadmin
=====================================================================
#a2ensite vhost-2082
#cd /var/www/2082/
#ln -s /usr/share/phpmyadmin/
#service apache2 start
======================================================================
======================================================================
======================================================================
THEN
======================================================================