summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-23 15:22:29 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-23 15:22:29 +0100
commitbea62e9a3b7ea32bf81c051b6c49199553336419 (patch)
treead8a88d02abfbb5f1f2d6a2dc08bea29e31cddcd /README.rst
parent2956c5c6730f01076fa8c998038bfaad88c09035 (diff)
added install hint
Diffstat (limited to 'README.rst')
-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