summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index bd74d4492..df099fedb 100644
--- a/README.rst
+++ b/README.rst
@@ -11,4 +11,24 @@ TODO
* make export work -> generate xml with template
* make feed update work
* fix search plugin
-* fix background job \ No newline at end of file
+* fix background job
+
+
+How to install the news app
+---------------------------
+- Install ownCloud 5.0
+- Clone the App Framework app into the /var/www directory::
+
+ git clone https://github.com/owncloud/appframework.git
+
+- Clone the News app into the /var/www directory::
+
+ git clone https://github.com/owncloud/news.git
+
+
+- Link both into ownCloud's apps folder
+
+ ln -s /var/www/appframework /var/www/owncloud/apps
+ ln -s /var/www/news /var/www/owncloud/apps
+
+- Activate the App Framework App first, then activate the News app in the apps menu \ No newline at end of file