LAMP is used to create web project in linux 14.4
LAMP
Linux Apache MySql Phpmyadmin
use the basic 6 step and Enjoy :)
Congratulations, you have just Installed a Ubuntu LAMP Server!
LAMP
Linux Apache MySql Phpmyadmin
use the basic 6 step and Enjoy :)
1. Install Apachesudo apt-get install apache2
2. Install MySQLTo install MySQL you must install the Metapackage mysql-server. This can be done by searching for and installing in the Software Centre, or by running the following command.sudo apt-get install mysql-server
3. Install PHPinstall the Metapackages php5 and libapache2-mod-php5.sudo apt-get install php5 libapache2-mod-php5
4. Restart Serversudo /etc/init.d/apache2 restart
5. Check ApacheOpen a web browser and navigate to http://localhost/. You should see a message saying It works!
6. Check PHPphp -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";'
Congratulations, you have just Installed a Ubuntu LAMP Server!
No comments:
Post a Comment