https://github.com/makefu/bump
a minimal self-hosted sprunge.us replacement
https://github.com/makefu/bump
Last synced: 8 months ago
JSON representation
a minimal self-hosted sprunge.us replacement
- Host: GitHub
- URL: https://github.com/makefu/bump
- Owner: makefu
- License: wtfpl
- Created: 2013-11-18T19:13:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-19T17:11:35.000Z (over 12 years ago)
- Last Synced: 2024-12-27T16:31:01.050Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: COPYING
Awesome Lists containing this project
README
# Bump
Bump is a minimalistic self-hosted pastebin.
It is written as a replacement for the gorgeous sprunge.us
## usage
$ curl
Bump Usage:
> echo balls | curl -F "p=<-"
< http:///q9a1bfljzm
> curl /q9a1bfljzm
< balls
Source at http://github.com/makefu/bump
## 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