aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-04 18:05:27 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-11-04 18:05:27 +0100
commit0fd107638d64416cb613c61133c3bb8b8a32515d (patch)
tree8172b8d3f9116f48a9bd74bc6b3cd57919fa7434 /README.md
parent6fe45f1541e154e8dc02346b3ea85a44d9a50ebe (diff)
Document access-rights for Web updates
https://github.com/FreshRSS/FreshRSS/issues/1355
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ecdd19376..cfb7b6769 100644
--- a/README.md
+++ b/README.md
@@ -85,13 +85,16 @@ sudo git checkout -b dev origin/dev
# Set the rights so that your Web server can access the files
sudo chown -R :www-data . && sudo chmod -R g+r . && sudo chmod -R g+w ./data/
+# If you would like to allow Web updates (not needed for updates with git)
+sudo chmod -R g+w .
+
# Publish FreshRSS in your public HTML directory
sudo ln -s /usr/share/FreshRSS/p /var/www/html/FreshRSS
# Navigate to http://example.net/FreshRSS to complete the installation
# (If you do it from localhost, you may have to adjust the setting of your public address later)
# or use the Command-Line Interface
-# Update to a newer version of FreshRSS
+# Update to a newer version of FreshRSS with git
cd /usr/share/FreshRSS
sudo git pull
sudo chown -R :www-data . && sudo chmod -R g+r . && sudo chmod -R g+w ./data/