backported overwritten changes and synched again
parent
636053f1f9
commit
bf0552da0b
@ -1,10 +1,8 @@
|
|||||||
# Installation
|
|
||||||
|
|
||||||
**TL;DR:** Download the
|
**TL;DR:** Download the
|
||||||
[latest release archive](https://github.com/PrivateBin/PrivateBin/releases/latest)
|
[latest release archive](https://github.com/PrivateBin/PrivateBin/releases/latest)
|
||||||
and extract it in your web hosts folder where you want to install your PrivateBin
|
and extract it in your web hosts folder where you want to install your PrivateBin
|
||||||
instance. We try to provide a safe default configuration, but advise you to check
|
instance. We try to provide a safe default configuration, but we advise you to
|
||||||
the options and adjust them as you see fit.
|
check the options and adjust them as you see fit.
|
||||||
|
|
||||||
## Basic installation
|
## Basic installation
|
||||||
|
|
||||||
@ -20,7 +18,7 @@ the options and adjust them as you see fit.
|
|||||||
|
|
||||||
Mcrypt needs to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file.
|
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
|
||||||
- (optional) a database supported by [PDO](https://secure.php.net/manual/book.pdo.php)
|
- some disk space or (optional) a database supported by [PDO](https://secure.php.net/manual/book.pdo.php)
|
||||||
- ability to create files and folders in the installation directory and the PATH
|
- ability to create files and folders in the installation directory and the PATH
|
||||||
- A web browser with javascript support
|
- A web browser with javascript support
|
||||||
|
|
||||||
@ -39,6 +37,17 @@ to your PrivateBin installation.
|
|||||||
More details can be found in the
|
More details can be found in the
|
||||||
[configuration documentation](https://github.com/PrivateBin/PrivateBin/wiki/Configuration).
|
[configuration documentation](https://github.com/PrivateBin/PrivateBin/wiki/Configuration).
|
||||||
|
|
||||||
|
## Further configuration
|
||||||
|
|
||||||
|
After (or before) setting up PrivateBin, also set up HTTPS, as without HTTPS
|
||||||
|
PrivateBin is not secure. (
|
||||||
|
[More information](https://github.com/PrivateBin/PrivateBin/wiki/FAQ#how-should-i-setup-https))
|
||||||
|
|
||||||
|
If you want to use PrivateBin behind Cloudflare, make sure you disabled Rocket
|
||||||
|
loader and unchecked "Javascript" for Auto Minify, found in your domain settings,
|
||||||
|
under "Speed". (More information
|
||||||
|
[in this FAQ entry](https://github.com/PrivateBin/PrivateBin/wiki/FAQ#user-content-how-to-make-privatebin-work-when-using-cloudflare-for-ddos-protection))
|
||||||
|
|
||||||
## Advanced installation
|
## Advanced installation
|
||||||
|
|
||||||
### Changing the path
|
### Changing the path
|
||||||
|
Loading…
Reference in New Issue
Block a user