Making php5-mysql
part of defaults.
This commit is contained in:
parent
ce8561b67b
commit
2ec9e37453
1 changed files with 1 additions and 2 deletions
|
@ -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 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 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
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue