diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..ee7d6a5 --- /dev/null +++ b/COPYING @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/Readme.md b/Readme.md index c9d7ff7..c5fb95f 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,15 @@ Bump is a minimalistic self-hosted pastebin. It is written as a replacement for the gorgeous sprunge.us -# usage +## usage + + $ curl + Bump Usage: + > echo balls | curl -F "p=<-" + < http:///q9a1bfljzm + > curl /q9a1bfljzm + < balls + Source at http://github.com/makefu/bump ## Install @@ -11,6 +19,21 @@ It is written as a replacement for the gorgeous sprunge.us 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