aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2018-01-17 21:56:12 +0100
committerChristian Weiske <cweiske@cweiske.de>2018-01-17 21:56:12 +0100
commit6f70ae50a010bb07ac8410a71818b85530f779e0 (patch)
treed2f5a8f4b3f1fc6a951bdf87528c4beaefe7e6a5
parent229dec676372c3021c3d97990fc2756547f9e824 (diff)
downloadgrauphel-6f70ae50a010bb07ac8410a71818b85530f779e0.tar.gz
grauphel-6f70ae50a010bb07ac8410a71818b85530f779e0.zip
Use apt to install oauth dependency, not pecl
Resolves: https://github.com/cweiske/grauphel/issues/44
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 483f4ed..d03e18e 100644
--- a/README.rst
+++ b/README.rst
@@ -129,11 +129,10 @@ 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 7, do the following::
+On Debian 7 or higher, do the following::
- $ apt-get install libpcre3-dev php-pear php5-dev
- $ pecl install oauth-1.2.3
- $ echo 'extension=oauth.so' > /etc/php5/conf.d/oauth.ini
+ $ apt install php-oauth
+ $ php5enmod oauth
$ /etc/init.d/apache2 restart
Reload the nextCloud page in your browser now.