summarylogtreecommitdiffstats
path: root/ente-server-man.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'ente-server-man.1.md')
-rw-r--r--ente-server-man.1.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/ente-server-man.1.md b/ente-server-man.1.md
index 099e45058318..ccd10e837997 100644
--- a/ente-server-man.1.md
+++ b/ente-server-man.1.md
@@ -25,7 +25,14 @@ Note: Since self hosted server space is often available in limited quantity, thi
INSTALLATION
------------
-To get the Ente server running a working PostgreSQL database (to store Ente object meta data and user data) and MinIO bucket (to store encrypted object data) is required. Furthermore, a HTTPS proxy like Nginx is recommended to be used to access the Ente server. Lastly, the ente-cli tool can be used to easily upgrade ente-server account size limit and account expiry. This manual describes a setup using all the aforementioned components:
+To get the Ente server running a working PostgreSQL database (to store Ente object meta data and user data) and MinIO bucket (to store encrypted object data) is required. Furthermore, a HTTPS proxy like Nginx is recommended to be used to access the Ente server. Lastly, the ente-cli tool can be used to easily upgrade ente-server account size limit and account expiry. This manual describes a setup using all the aforementioned components, installing them on the same host.
+
+**Package installation**:
+
+- To install all required components on the same host, it is recommended installing them as dependent packages:
+ ```
+ pacman -S minio minio-client nginx postgresql --asdeps
+ ```
**MinIO setup**: