From 2ec9e37453bf377ac02dc1aedfd8810a3dae28ae Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Tue, 16 Sep 2014 14:19:59 -0700 Subject: [PATCH] Making `php5-mysql` part of defaults. --- docs/guides/InstallationUbuntuApache.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/InstallationUbuntuApache.markdown b/docs/guides/InstallationUbuntuApache.markdown index 8297c71..b8d2833 100644 --- a/docs/guides/InstallationUbuntuApache.markdown +++ b/docs/guides/InstallationUbuntuApache.markdown @@ -26,10 +26,9 @@ 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 php-pear + apt-get install apache2 php5 libapache2-mod-php5 php5-mysql php5-curl php5-gd php5-mcrypt php-apc build-essential libpcre3-dev php-pear a2enmod rewrite -And if you are going to use MySQL install `php5-mysql`. There are also a few optional but recommended packages and modules.