From abb46397d3257572c6a4c0409bb5cf6e90e2ecf5 Mon Sep 17 00:00:00 2001 From: "B. Endres" Date: Mon, 26 Nov 2018 07:24:38 +0100 Subject: [PATCH] [#30] added php-curl requirement --- docs/requirements.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/requirements.md b/docs/requirements.md index ba60b11..5e24fb8 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -4,6 +4,7 @@ There shouldn't be any requirements that any web hoster wouldn't comply with, bu 1. PHP 5.3+ 2. PHP PEAR (to install on Debian/Ubunto, run `apt-get install php-pear`) - 3. Read/write permissions on your webspace - 4. Reasonable amount of protection, i.e. only authorised users (you) can upload/download the files - 5. Ideally with it's own IP address (makes configuring the VPN easier) + 3. The `php-curl` module + 4. Read/write permissions on your webspace + 5. Reasonable amount of protection, i.e. only authorised users (you) can upload/download the files + 6. Ideally with it's own IP address (makes configuring the VPN easier)