Friday 27 November 2015

How To Install Linux, Apache, MySQL, PHP in ubuntu 14.04

Step One—Install Apache

        Apache is a free open source software which runs over 50% of the world’s  web servers.
         To install apache, open terminal and type in these commands:
              
                sudo apt-get update
          sudo apt-get install apache2
 

Step Two—Install MySQL

MySQL is a powerful database management system used for organizing and retrieving data

To install MySQL, open terminal and type in these commands:

   sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
 

Step Three—Install PHP

PHP is an open source web scripting language that is widely use to build dynamic webpages.

To install PHP, open terminal and type in this command.

  sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt


No comments:

Post a Comment

KhmerCourse