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 dataTo 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