From 6d583b12847a04b3d49eb2b10c52028ba19f9e4f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 22 Apr 2015 04:53:32 +0200 Subject: [PATCH 1/1] debian oauth installation --- README.rst | 6 ++++-- 1 file 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. -- 2.30.2