User Tools

Site Tools


wmanager:lamp_package_with_php_5.6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wmanager:lamp_package_with_php_5.6 [2018/02/15 06:57]
ragahv naik created
wmanager:lamp_package_with_php_5.6 [2018/05/14 12:29]
Gianluca Pelliccioli
Line 1: Line 1:
-===== Install LAMP Package with PHP 5.6 =====+====== TECH2018/S1/Install LAMP Package with PHP 5.6 =====
  
 ===== Install Apache ===== ===== Install Apache =====
Line 30: Line 31:
    > sudo service apache2 restart    > sudo service apache2 restart
 </code> </code>
 +
 +
 +===== Follow the link given below: =====
 +https://www.digitalocean.com/community/questions/how-to-install-php-5-6-on-centos-7-0-x64
 +
 +<code>
 +yum install php php-gd php-mysql php-mcrypt php-pgsql 
 +</code>
 +
 +
 +[[ wmanager:installation_guide | Back to installation page ]]