Added php5-mysql to the Ubuntu Guide
This commit is contained in:
parent
cdc5931701
commit
b62a652928
3 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,8 @@ Once you've confirmed that your cloud account is setup you can get started on yo
|
||||||
|
|
||||||
zypper in apache2 php5 apache2-mod-php5 php5-curl php5-mcrypt
|
zypper in apache2 php5 apache2-mod-php5 php5-curl php5-mcrypt
|
||||||
|
|
||||||
|
And if you are going to use MySQL install `php5-mysql`.
|
||||||
|
|
||||||
Ensure you have mod_rewrite enabled
|
Ensure you have mod_rewrite enabled
|
||||||
|
|
||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
|
|
@ -26,9 +26,11 @@ Once you've confirmed that your cloud account is setup you can get started on yo
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade
|
apt-get upgrade
|
||||||
apt-get install apache2 php5 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php-apc build-essential libpcre3-dev php5-mysql
|
apt-get install apache2 php5 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php-apc build-essential libpcre3-dev php-pear
|
||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
|
||||||
|
And if you are going to use MySQL install `php5-mysql`.
|
||||||
|
|
||||||
There are also a few optional but recommended packages and modules.
|
There are also a few optional but recommended packages and modules.
|
||||||
|
|
||||||
apt-get install php5-dev php5-imagick exiftran
|
apt-get install php5-dev php5-imagick exiftran
|
||||||
|
|
|
@ -31,6 +31,8 @@ Once you've confirmed that your cloud account is setup you can get started on yo
|
||||||
apt-get upgrade
|
apt-get upgrade
|
||||||
apt-get install cherokee php5-fpm php5-curl php5-mcrypt php-apc build-essential libpcre3-dev
|
apt-get install cherokee php5-fpm php5-curl php5-mcrypt php-apc build-essential libpcre3-dev
|
||||||
|
|
||||||
|
And if you are going to use MySQL install `php5-mysql`.
|
||||||
|
|
||||||
There are also a few optional but recommended packages and modules.
|
There are also a few optional but recommended packages and modules.
|
||||||
|
|
||||||
apt-get install php5-imagick exiftran
|
apt-get install php5-imagick exiftran
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue