From: Christian Weiske Date: Thu, 17 Mar 2016 22:04:53 +0000 (+0100) Subject: update installation notes X-Git-Tag: v0.6.2~3 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/a921b71a121666b9973e1b2815f55dc416d96d28?hp=b4d015eda88f8b01d968cab9be74a6cee3b52066 update installation notes --- diff --git a/README.rst b/README.rst index 7fd2d4e..5bbae76 100644 --- a/README.rst +++ b/README.rst @@ -93,11 +93,12 @@ Installation App store installation ====================== -Installation via the app store does not work currently, see -https://github.com/cweiske/grauphel/issues/26 - -If one day it works, you can use the ownCloud "Apps" app, select -"Productivity" and install grauphel with a single click. +#. Log into owncloud as administrator +#. Goto "Apps" +#. Enable experimental apps in the settings +#. Click "Productivity" +#. Look for "grauphel - Tomboy sync server" +#. Click "Activate" Manual installation @@ -126,12 +127,16 @@ You have to install the PHP PECL oauth extension now. On Debian 7, do the following:: $ apt-get install libpcre3-dev php-pear php5-dev - $ pecl install oauth + $ pecl install oauth-1.2.3 $ echo 'extension=oauth.so' > /etc/php5/conf.d/oauth.ini $ /etc/init.d/apache2 restart Reload the ownCloud page in your browser now. +.. note:: + ``oauth-1.2.3`` is only needed on PHP 5.x + For PHP 7, simply use ``pecl install oauth``. + ====== Author