Saturday, October 20, 2012

Installing php and apache

In the spirit of logging changes I make to my new laptop: I'm setting up php and apache to test some little php scripts:


sudo apt-get install apache2
sudo apt-get install php5
sudo /etc/init.d/apache2 restart

And it seems to have worked.

No comments: