diff options
| author | 2016-10-25 21:38:41 +0200 | |
|---|---|---|
| committer | 2016-10-25 21:38:41 +0200 | |
| commit | 24a0fabfc89f11f3b1a9e48a0231a9fabd9ee72f (patch) | |
| tree | f16fe91caff1a4edcead85a2328fd3e541269b14 /README.md | |
| parent | 062c65d22878f2402e4add7c1758d794d46aff48 (diff) | |
Readme git checkout dev
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-256134406
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -79,11 +79,13 @@ sudo service apache2 restart cd /usr/share/ sudo apt-get install git sudo git clone https://github.com/FreshRSS/FreshRSS.git -# Set the rights so that your Web server can access the files cd FreshRSS -sudo chown -R :www-data . -sudo chmod -R g+r . -sudo chmod -R g+w ./data/ + +# If you want to use the development version of FreshRSS +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/ # 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. @@ -94,9 +96,7 @@ sudo ln -s /usr/share/FreshRSS/p /var/www/html/FreshRSS cd /usr/share/FreshRSS sudo git reset --hard sudo git pull -sudo chown -R :www-data . -sudo chmod -R g+r . -sudo chmod -R g+w ./data/ +sudo chown -R :www-data . && sudo chmod -R g+r . && sudo chmod -R g+w ./data/ ``` ## Access control |
