prepare release 0.6.0
[grauphel.git] / README.rst
index 22aa44abc5b38a5123dfa98cb948ac7c2694ef34..5b5d65ab99a592e7a3c214c2f2bece8168f6e346 100644 (file)
@@ -91,6 +91,15 @@ __ http://pecl.php.net/package/oauth
 Installation
 ============
 
 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.
+
+
 Manual installation
 ===================
 
 Manual installation
 ===================
 
@@ -99,9 +108,9 @@ Manual installation
 #. Download the latest release from http://cweiske.de/grauphel.htm and extract it.
    For example::
 
 #. 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.0.tar.bz2
+     $ tar xjvf grauphel-0.6.0.tar.bz2
+     $ rm grauphel-0.6.0.tar.bz2
 
    You do have a directory ``/var/www/owncloud/apps/grauphel`` now.
 #. Using your browser, login as administrator into ownCloud and click
 
    You do have a directory ``/var/www/owncloud/apps/grauphel`` now.
 #. Using your browser, login as administrator into ownCloud and click
@@ -155,6 +164,18 @@ Development hints
   incremented by 1.
 
 
   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:
 Releasing grauphel
 ==================
 To release a new version, do the following: