Updated Installation (markdown)

rugk 2016-09-11 12:18:47 +02:00
parent 70e707c15b
commit 686da95103

@ -19,7 +19,6 @@ the options and adjust them as you see fit.
- some disk space or (optional) a database supported by PDO
- ability to create files and folders in the installation directory and the PATH
- A web browser with javascript support
- If you are planning to install PrivateBin behind Cloudflare, make sure you disabled Rocket loader and unchecked "Javascript" for Auto Minify, found in your domain settings, under "Speed".
### Configuration
@ -133,4 +132,9 @@ CREATE TABLE prefix_config (
id CHAR(16) NOT NULL, value TEXT, PRIMARY KEY (id)
);
INSERT INTO prefix_config VALUES('VERSION', '0.22');
```
```
## Further configuration
- After (or before) setting up PrivateBin 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#privatebin-does-not-seem-to-react-in-any-way-i-can-not-create-or-read-pastes-or-even-click-on-the-hamburger-menu-what-is-going-on))