X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/c13e28573a7ec204809fb42bab55eb56cdf77332..3401f499d7f806a4402e897e63a0008602f414bb:/README.rst diff --git a/README.rst b/README.rst index 76b6c0b..5b5d65a 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,15 @@ __ http://pecl.php.net/package/oauth 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 =================== @@ -99,9 +108,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.0.tar.bz2 - $ tar xjvf grauphel-0.5.0.tar.bz2 - $ rm grauphel-0.5.0.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 @@ -155,6 +164,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: