Adding oauth requirement to docs. Closes Gh-245
This commit is contained in:
parent
f0e905cfce
commit
6d49f36df3
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,7 @@ Once you've confirmed that your cloud account is setup you can get started on yo
|
|||
There are also a few optional but recommended packages and modules.
|
||||
|
||||
apt-get install php5-imagick exiftran
|
||||
pecl install oauth
|
||||
a2enmod deflate
|
||||
a2enmod expires
|
||||
a2enmod headers
|
||||
|
|
|
@ -22,11 +22,14 @@ Before setting up your server you'll need to make sure you have your cloud accou
|
|||
#### Server Packages and Modules
|
||||
Once you've confirmed that your cloud account is setup you can get started on your server. For that you'll need to have _Cherokee_, _PHP_ and _curl_ installed with a few modules.
|
||||
|
||||
apt-get install cherokee php5-fpm php5-curl php5-mcrypt
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get install cherokee php5-fpm php5-curl php5-mcrypt php-apc
|
||||
|
||||
There are also a few optional but recommended packages and modules.
|
||||
|
||||
apt-get install php5-imagick exiftran
|
||||
pecl install oauth
|
||||
|
||||
----------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue