aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/03_Installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/admins/03_Installation.md')
-rw-r--r--docs/en/admins/03_Installation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/admins/03_Installation.md b/docs/en/admins/03_Installation.md
index 5efd0871f..6cbbae6ad 100644
--- a/docs/en/admins/03_Installation.md
+++ b/docs/en/admins/03_Installation.md
@@ -10,7 +10,7 @@ Before you begin, make sure that you've read the [prerequisites](02_Prerequisite
3. Give ownership of the FreshRSS folder to your web server user (often `www-data`). Give group read permissions to all files in `.`[^2], and group write permissions to `./data/`.
-4. Install needed PHP modules.
+4. Install needed PHP modules. A precise and up-to-date list can be found in [the Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/master/Docker/Dockerfile#L11-L12).
5. Create a database for FreshRSS to use. Note the username and password for this database, as it will be needed during installation!
@@ -18,6 +18,8 @@ Before you begin, make sure that you've read the [prerequisites](02_Prerequisite
7. You can then customize [the configuration of your instance](https://github.com/FreshRSS/FreshRSS/blob/master/config.default.php#L3-L4), [the default configuration for new users](https://github.com/FreshRSS/FreshRSS/blob/master/config-user.default.php#L3-L5) or [the default set of feeds for new users](https://github.com/FreshRSS/FreshRSS/blob/master/opml.default.xml#L2-L5).
+---
+
[^1]: Make sure to expose only the `./p/` folder to the Web, as the other directories contain personal and sensitive data.
[^2]: If you wish to allow updates from the web interface, also give group write permissions to this folder.