Updated Installation (markdown)

El RIDO 2016-08-24 10:29:58 +02:00
parent 2b3f8228cb
commit 11fe51aa19

@ -8,10 +8,11 @@ the options and adjust them as you see fit.
### Requirements ### Requirements
- PHP version 5.3 or above, if PHP older then 7.0 is used, _one_ of the following - PHP version 5.3 or above
sources of cryptographically safe randomness is required: - _one_ of the following sources of cryptographically safe randomness is required:
- open_basedir access to /dev/urandom - PHP 7 or higher
- [Libsodium](https://download.libsodium.org) - [Libsodium](https://download.libsodium.org)
- open_basedir access to `/dev/urandom`
- mcrypt extension - mcrypt extension
- com_dotnet extension - com_dotnet extension
- GD extension - GD extension