Installing and Configuring LAMP [ Linux, Apache, PHP and MySQL ]

LAMP which stands for Linux-Apache-PHP-MySQL hosts most of today’s web-sites and are free software. It is the most cost effective way of getting a web-server configured and running. In this HD video tutorial, I discuss the installation and configuration of LAMP server in a Ubuntu Server. Basic Installation: sudo apt-get install mysql-server mysql-client sudo apt-get install apache2 sudo apt-get install php sudo apt-get install libapache2-mod-php sudo apt-get install php-mysql (I forgot to do this step bu
Back to Top