26/06/2010 by Nitesh

How to Install Apache, Php5 & MySQL on uBuntu

To Install Apache, Php5 & MySQL on Ubuntu, you need to follow the following steps: 1. Open Terminal from Applications>>Accessories>>Terminal 2. Type the following command one by one: sudo apt-get install apache2  sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo apt-get install mysql-server sudo apt-get install php5-mysql sudo /etc/init.d/apache2 restart  After running the above…

Continue Reading »

1 2 3 4