bump/Readme.md

40 lines
756 B
Markdown
Raw Permalink Normal View History

2013-11-18 20:16:13 +01:00
# Bump
Bump is a minimalistic self-hosted pastebin.
It is written as a replacement for the gorgeous sprunge.us
2013-11-19 10:27:12 +01:00
## usage
$ curl <host>
Bump Usage:
> echo balls | curl -F "p=<-" <host>
< http://<host>/q9a1bfljzm
2013-11-19 10:28:06 +01:00
> curl <host>/q9a1bfljzm
2013-11-19 10:27:12 +01:00
< balls
Source at http://github.com/makefu/bump
2013-11-18 20:16:13 +01:00
## Install
virtualenv .
. bin/activate
pip install -r deps.txt
## Startup
. bin/activate
cd bump
./run.sh
2013-11-19 10:24:09 +01:00
## 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