mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
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
|
||||
|
||||
- PHP version 5.6 or above
|
||||
- _one_ of the following sources of cryptographically safe randomness is required:
|
||||
- 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)
|
||||
- open_basedir access to `/dev/urandom`
|
||||
- mcrypt 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.
|
||||
- PHP version 7.0 or above
|
||||
- Or PHP version 5.6 AND _one_ of the following sources of cryptographically safe randomness:
|
||||
- [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`
|
||||
- mcrypt extension (mcrypt needs to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file.)
|
||||
- com_dotnet extension
|
||||
- GD extension
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user