sebsauvage / ZeroBin

A minimalist, opensource online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.

Home Page:http://sebsauvage.net/wiki/doku.php?id=php:zerobin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Instructions Incorrect

net127 opened this issue · comments

On http://sebsauvage.net/wiki/doku.php?id=php:zerobin#installation, it says:
"Unzip in a directory, open the page. Yes, that's all."

This is incorrect.

A data directory needs to be created and made writable by the web server.
The tmp directory needs to be made writable by the web server.

Trivial, but siginifacant.

Awesome software, BTW!