update installation notes
[grauphel.git] / README.rst
index 22aa44abc5b38a5123dfa98cb948ac7c2694ef34..5bbae761453c5d723091673687dc130a76adb1bd 100644 (file)
@@ -91,6 +91,16 @@ __ http://pecl.php.net/package/oauth
 Installation
 ============
 
+App store installation
+======================
+#. 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
 ===================
 
@@ -99,9 +109,9 @@ Manual installation
 #. Download the latest release from http://cweiske.de/grauphel.htm and extract it.
    For example::
 
-     $ wget http://cweiske.de/download/grauphel/grauphel-0.5.1.tar.bz2
-     $ tar xjvf grauphel-0.5.1.tar.bz2
-     $ rm grauphel-0.5.1.tar.bz2
+     $ wget http://cweiske.de/download/grauphel/grauphel-0.6.1.tar.bz2
+     $ tar xjvf grauphel-0.6.1.tar.bz2
+     $ rm grauphel-0.6.1.tar.bz2
 
    You do have a directory ``/var/www/owncloud/apps/grauphel`` now.
 #. Using your browser, login as administrator into ownCloud and click
@@ -117,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
@@ -155,6 +169,18 @@ Development hints
   incremented by 1.
 
 
+Unit testing
+============
+- `ownCloud unit testing documentation`__
+- `grauphel on Travis CI`__
+
+  .. image:: https://travis-ci.org/cweiske/grauphel.svg
+     :target: https://travis-ci.org/cweiske/grauphel
+
+__ https://doc.owncloud.org/server/8.0/developer_manual/core/unit-testing.html
+__ https://travis-ci.org/cweiske/grauphel
+
+
 Releasing grauphel
 ==================
 To release a new version, do the following: