Geek Essential Objectively finite, subjectively infinite.

24Sep/090

Debian LAMP Install command

Haven't really touched my home server in a while but planning some upgrade both hardware and software. Including a basic LAMP server.

In order to do this, simply copy and paste following command line for Debian etch

apt-get update
apt-get install apache2 libapache2-mod-php5 php5 php5-cli php5-mysql php5-gd php5-mcrypt mysql-client mysql-server libmysqlclient15-dev phpmyadmin

and follow relevant steps to configure apache, mysql and phpmyadmin and secure it before putting online.