How To Install Apache2 Php5 In Addition To Mysql5 Inwards Ubuntu 12.04

These are the educate of scripts I executed inwards ubuntu to install the ff:
1.) apache2
2.) php5
3.) mysql5

>sudo apt-get install apache2 //installs inwards /etc/apache2 >sudo apt-get install php5 //installs inwards /etc/php5 >sudo apt-get install libapache2-mod-php5 php5-curl >sudo apt-get mysql-server //installs inwards /etc/mysql >sudo apt-get install php5-mysql //install mysql together with mysqli >sudo service apache2 restart 
Next
Previous
Click here for Comments

0 komentar:

Please comment if there are any that need to be asked.