LAMP on Ubuntu

apt-get install apache2
apt-get install php5 libapache2-mod-php5
apt-get install php5-xsl php5-gd
/etc/init.d/apache2 restart
apt-get install mysql-server
apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin
apt-get install bind9
apt-get install php5-cli
ln -s /etc/apache2/mods-available/vhost_alias.load /etc/apache2/mods-enabled/vhost_alias.load
ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
This entry was posted in Debian / Ubuntu / Kubuntu, LAMP Server Setup. Bookmark the permalink.

Leave a Reply