diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-04-22 04:53:32 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-04-22 04:53:32 +0200 |
| commit | 6d583b12847a04b3d49eb2b10c52028ba19f9e4f (patch) | |
| tree | 40221fab0386dba390162689c8c4d446541f8579 | |
| parent | 428ead652d05e347d2edd3cf59ee12f1fd46a10e (diff) | |
| download | grauphel-6d583b12847a04b3d49eb2b10c52028ba19f9e4f.tar.gz grauphel-6d583b12847a04b3d49eb2b10c52028ba19f9e4f.zip | |
debian oauth installation
| -rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
