An open API service indexing awesome lists of open source software.

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

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