diff options
| -rw-r--r-- | README.rst | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |
