Added php5-mysql to the Ubuntu Guide

This commit is contained in:
Patrick Santana 2012-03-12 16:15:29 +01:00
parent b3e9d2aa9c
commit 27322cb87d

View file

@ -26,7 +26,7 @@ Once you've confirmed that your cloud account is setup you can get started on yo
apt-get update
apt-get upgrade
apt-get install apache2 php5 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php-apc build-essential libpcre3-dev
apt-get install apache2 php5 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php-apc build-essential libpcre3-dev php5-mysql
a2enmod rewrite
There are also a few optional but recommended packages and modules.