a minimal self-hosted sprunge.us replacement
Find a file
2013-11-19 10:24:09 +01:00
bump add gunicorn support 2013-11-19 09:43:35 +01:00
COPYING add license 2013-11-19 10:24:09 +01:00
deps.txt add gunicorn support 2013-11-19 09:43:35 +01:00
Readme.md add license 2013-11-19 10:24:09 +01:00

Bump

Bump is a minimalistic self-hosted pastebin. It is written as a replacement for the gorgeous sprunge.us

usage

Install

virtualenv .
. bin/activate
pip install -r deps.txt

Startup

. bin/activate
cd bump
gunicorn -b 127.0.0.1:4000 init:app

Configure nginx

$EDITOR etc/bump.nginx.conf
cp etc/bump.nginx.conf /etc/nginx/conf.d

Configure supervisor

$EDITOR etc/bump.supervisor.conf
cp etc/bump.supervisor.conf /etc/supervisor/conf.d/bump.conf

License

Copyright Felix Richter. All code is under WTFPL, see COPYING