2015-05-20

PHP - How to run PHP pages in your local Ubuntu

These commands will install Apache and its PHP library.


sudo apt-get update
sudo apt-get install apache2
sudo apt-get install php5 libapache2-mod-php5


No comments:

Post a Comment