toothpaste is a lightweight pastebin written in PHP.
- Clone the repo / download the .zip file from Github
- If you rename the folder, also change
RewriteBase
in.htaccess
- Check write permissions on
tmp/
anddata/
folder - Done
toothpaste supports MongoDB, PostgreSQL, MySQL, SQLite and JIG
JIG is a file based DB engine and enabled by default. It's recommended you change to a proper DB engine in app/data/config.json
. Tables will be automatically created.
Powered by Fat-Free Framework