diff options
| author | 2016-11-04 18:05:27 +0100 | |
|---|---|---|
| committer | 2016-11-04 18:05:27 +0100 | |
| commit | 0fd107638d64416cb613c61133c3bb8b8a32515d (patch) | |
| tree | 8172b8d3f9116f48a9bd74bc6b3cd57919fa7434 /README.md | |
| parent | 6fe45f1541e154e8dc02346b3ea85a44d9a50ebe (diff) | |
Document access-rights for Web updates
https://github.com/FreshRSS/FreshRSS/issues/1355
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/ |
