Show Menu
Cheatography

LAMP/PHP/MySQL installation Cheat Sheet (DRAFT) by

Basics commands to install web sever on linux.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Basics

sudo apt-get update
sudo apt-get upgrade
Use the package manager of your system (apt/y­um/...).

Installing Apache

sudo apt-get install apache2