From: Christian Weiske Date: Wed, 22 Apr 2015 02:53:32 +0000 (+0200) Subject: debian oauth installation X-Git-Tag: v0.5.1~3 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/6d583b12847a04b3d49eb2b10c52028ba19f9e4f?hp=428ead652d05e347d2edd3cf59ee12f1fd46a10e debian oauth installation --- 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.