From bea62e9a3b7ea32bf81c051b6c49199553336419 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Mar 2013 15:22:29 +0100 Subject: added install hint --- README.rst | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3