Update INSTALL.md
This commit is contained in:
parent
f6850a90e4
commit
5b736084e2
15
INSTALL.md
15
INSTALL.md
|
@ -11,15 +11,12 @@ options](#configuration) to adjust as you see fit.
|
||||||
|
|
||||||
### Minimal requirements
|
### Minimal requirements
|
||||||
|
|
||||||
- PHP version 5.6 or above
|
- PHP version 7.0 or above
|
||||||
- _one_ of the following sources of cryptographically safe randomness is required:
|
- Or PHP version 5.6 AND _one_ of the following sources of cryptographically safe randomness:
|
||||||
- PHP 7 or higher
|
- [Libsodium](https://download.libsodium.org/libsodium/content/installation/) and it's [PHP extension](https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium)
|
||||||
- [Libsodium](https://download.libsodium.org/libsodium/content/installation/) and it's [PHP extension](https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium)
|
- open_basedir access to `/dev/urandom`
|
||||||
- open_basedir access to `/dev/urandom`
|
- mcrypt extension (mcrypt needs to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file.)
|
||||||
- mcrypt extension
|
- com_dotnet extension
|
||||||
- com_dotnet extension
|
|
||||||
|
|
||||||
Mcrypt needs to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file.
|
|
||||||
- GD extension
|
- GD extension
|
||||||
- some disk space or (optionally) a MySQL or SQLite database
|
- some disk space or (optionally) a MySQL or SQLite database
|
||||||
- ability to create files and folders in the installation directory and the PATH defined in index.php
|
- ability to create files and folders in the installation directory and the PATH defined in index.php
|
||||||
|
|
Loading…
Reference in New Issue