Auto Installation of LAMP

Introduction

LAMP is a web service stack, named as an acronym of the names of its original four open-source components: the Linux operating system, the Apache HTTP Server, the MySQL database system, and the PHP programming language. LAMP is suitable for building dynamic web sites and web applications.

Installation

For the Auto Installation of LAMP, you just need to download the lamp.sh script in your server and need to execute that script. Run the following commands in your server to install LAMP

Note: Installation process may take few minutes to complete due to the number of packages involved.

wget wiki.crowncloud.net/scripts/lamp.sh
chmod a+x lamp.sh
./lamp.sh