LAMP Server Quick Start for Kubuntu 15.10 Wily
Hi! The Tutorial shows you Step-by-Step How to Install Apache, MySQL and PHP 5 on Kubuntu 15.10 Wily Werewolf i386/amd64 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 GNU/Linux distributions, and together they make a powerful web application platform.
-
Open a Shell Terminal emulator window
Kickoff > Type “kons” > Return
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Installing the LAMP Web Server for Kubuntu.
sudo apt-get install -y lamp-server^
If Got “User is Not in Sudoers file” then see: How to Enable sudo
How to Enable Apache2 mod_rewrite Module on Kubuntu.
How to Create an Apache 2 Virtual Host on Kubuntu.