LAMP WebServer Quick Start for Xubuntu 14.10 Utopic
Hi! The Tutorial shows you Step-by-Step How to Install Apache, MySQL and PHP 5 on Xubuntu 14.10 Utopic Unicorn GNU/Linux Desktop.
LAMP has become a de facto Development Standard. Today, the products that make up the LAMP stack are included by default in nearly all Linux distributions, and together they make a powerful web application platform.
-
Login into Server Shell.
Or Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)
Ctrl+Alt+tIn case first see: Terminal QuickStart Guide.
-
Installing the LAMP Web Server.
sudo apt-get install apache2 php5 mysql-server php5-mysql
Then to enable PHP 5 run
sudo a2enmod php5
How to Enable Apache2 mod_rewrite Module on Xubuntu.
How to Create an Apache 2 Virtual Host on Xubuntu.