Adding prerequisites and adjusting installation docs for cherokee.
This commit is contained in:
parent
67e894ea85
commit
8bd7f8069c
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
OpenPhoto / Installation for Ubuntu
|
||||
OpenPhoto / Installation for Ubuntu + Apache
|
||||
=======================
|
||||
#### OpenPhoto, a photo service for the masses
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
OpenPhoto / Installation for Ubuntu
|
||||
OpenPhoto / Installation for Ubuntu + Cherokee
|
||||
=======================
|
||||
#### OpenPhoto, a photo service for the masses
|
||||
|
||||
|
@ -28,7 +28,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 cherokee php5-fpm php5-curl php5-mcrypt php-apc
|
||||
apt-get install cherokee php5-fpm php5-curl php5-mcrypt php-apc build-essential libpcre3-dev
|
||||
|
||||
There are also a few optional but recommended packages and modules.
|
||||
|
||||
|
@ -44,7 +44,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue