a minimal self-hosted sprunge.us replacement
Find a file
2013-11-19 10:24:52 +01:00
bump add configuration for nginx/supervisor, add run.sh 2013-11-19 10:10:04 +01:00
etc add configuration for nginx/supervisor, add run.sh 2013-11-19 10:10:04 +01:00
COPYING add license 2013-11-19 10:24:09 +01:00
deps.txt remove distribute from deps 2013-11-19 09:44:44 +01:00
Readme.md Merge branch 'master' of github.com:makefu/bump 2013-11-19 10:24:52 +01:00
run.sh add configuration for nginx/supervisor, add run.sh 2013-11-19 10:10:04 +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
./run.sh

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