Updating installation guide for ubuntu to include missing deps.

This commit is contained in:
Jaisen Mathai 2012-02-03 21:49:54 -08:00
parent 01266a58d6
commit ebf1670f8c

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
apt-get install apache2 php5 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php-apc build-essential libpcre3-dev
a2enmod rewrite
There are also a few optional but recommended packages and modules.
@ -46,7 +46,7 @@ Download and install the source code. We recommend `/var/www/yourdomain.com` but
#### Using git clone
apt-get install git-core
git clone git@github.com:openphoto/frontend.git /var/www/yourdomain.com
git clone git://github.com:openphoto/frontend.git /var/www/yourdomain.com
chown -R www-data:www-data /var/www/yourdomain.com
#### Using tar