summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 22:14:17 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 22:14:17 +0100
commit36f217fdd626d43489d8d266145dc9b0536de78e (patch)
tree7f358aaa31134de1a9d0fc6f20ecaaa62c68d5c1
parent9accf5a3baaa27a950d16cb62090cf9b3240e383 (diff)
more installing from archive tipps
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0b678c13..a6de681bd 100644
--- a/README.md
+++ b/README.md
@@ -67,10 +67,12 @@ Before you install the app do the following:
* Check that your **owncloud/data/** directory is owned by your webserver user and that it is write/readable
* Check that your installation fullfills the [requirements listed in the README section](https://github.com/owncloud/news#dependencies)
* [Set up ownCloud Background Jobs](https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/background_jobs_configuration.html) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes.
-* If you are updating from a previous version read the [Update Notices](https://github.com/owncloud/news/blob/master/README.md#updating-notices)
Then proceed to install the app either from an archive (zip/tar.gz) or clone it from the repository using git
+### Installing from the app store
+This is the easiest solution: Simply go the the apps page and enable the News app
+
### Installing from archive
* Go to the [ownCloud News GitHub releases page](https://github.com/owncloud/news/releases) and download the latest release/archive to your server
* Starting with 7.2.0, there are two different releases: **news.tar.gz** and **Source code**. The first one requires no additional steps, the second one requires you to install the dependencies and compile the JavaScript. Choose the first one if you don't want to work on the code.
@@ -79,7 +81,11 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
* Remove the version from the extracted folder (e.g. rename **owncloud/apps/news-4.0.3/** to **owncloud/apps/news/**
* If you are a version greater than or equal to 7.2.0 and downloaded the **Source code** zip or tar.gz, you need to install the JavaScript and PHP dependencies and compile the JavaScript first. On your terminal, change into the **owncloud/apps/news/** directory and run the following command (requires node >5.6, npm, curl, make and which):
- make
+ sudo -u www-data make # www-data might vary depending on your distribution
+
+* Finally make sure that the **owncloud/apps/news** directory is owned by the web server user
+
+ sudo chown -R www-data:www-data make # www-data:www-data might vary depending on your distribution
* Activate the **News** app in the apps menu