Simple pastebin / github gist clone with sqlite database.
- PHP 5.4 or newer
- PDO extension for SQLite
- Download the file from release page.
- Add your application key to
config.php
file. - Rename
sample.htaccess
to.htaccess
if you prefer pretty url.
By default, any expired gist won't be removed. You need to remove it manually by visiting this link:
https://yoursite.com/path/to/gists/?sweep=vJ0cJiA6kcua
// or, if you aren't using pretty url:
https://yoursite.com/path/to/gists/index.php?sweep=vJ0cJiA6kcua
Where vJ0cJiA6kcua
is your application key (can be found in config.php
file).
That's pretty much it. Thank you for stopping by!
This library is licensed under the MIT License