aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-04-22 04:53:32 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-04-22 04:53:32 +0200
commit6d583b12847a04b3d49eb2b10c52028ba19f9e4f (patch)
tree40221fab0386dba390162689c8c4d446541f8579
parent428ead652d05e347d2edd3cf59ee12f1fd46a10e (diff)
downloadgrauphel-6d583b12847a04b3d49eb2b10c52028ba19f9e4f.tar.gz
grauphel-6d583b12847a04b3d49eb2b10c52028ba19f9e4f.zip
debian oauth installation
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 074a30e..6afa808 100644
--- a/README.rst
+++ b/README.rst
@@ -108,9 +108,11 @@ It may be that grauphel now shows you an error message::
PHP extension "oauth" is required
You have to install the PHP PECL oauth extension now.
-On Debian, do the following::
+On Debian 7, do the following::
- $ apt-get install php5-oauth
+ $ apt-get install libpcre3-dev php-pear php5-dev
+ $ pecl install oauth
+ $ echo 'extension=oauth.so' > /etc/php5/conf.d/oauth.ini
$ /etc/init.d/apache2 restart
Reload the ownCloud page in your browser now.