Merge pull request #6 from PalanteJon/readme-fix
Include PEAR in README as a requirement
This commit is contained in:
commit
f1ed911979
|
|
@ -53,9 +53,10 @@ The installation is as simple as it gets:
|
||||||
There shouldn't be any requirements that any web hoster wouldn't comply with, but here they are:
|
There shouldn't be any requirements that any web hoster wouldn't comply with, but here they are:
|
||||||
|
|
||||||
1. PHP 5.3+
|
1. PHP 5.3+
|
||||||
2. Read/write permissions on your webspace
|
2. PHP PEAR (to install on Debian/Ubunto, run `apt-get install php-pear`).
|
||||||
3. Reasonable amount of protection, i.e. only authorised users (you) can upload/download the files
|
3. Read/write permissions on your webspace
|
||||||
4. Ideally with it's own IP address (makes configuring the VPN easier)
|
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)
|
||||||
|
|
||||||
|
|
||||||
## Why not an application firewall?
|
## Why not an application firewall?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue