From 95369c70aec0f5ffc1570a28639e036254d3ff8f Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 19 Nov 2013 10:24:09 +0100 Subject: [PATCH 1/3] add license --- COPYING | 14 ++++++++++++++ Readme.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 COPYING 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 f606be6..3872c25 100644 --- a/Readme.md +++ b/Readme.md @@ -15,3 +15,17 @@ It is written as a replacement for the gorgeous sprunge.us . bin/activate cd bump gunicorn -b 127.0.0.1:4000 init:app + +## 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 From ec4c806411b4915ec16acc5c78cb82ea2efbf219 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 19 Nov 2013 10:27:12 +0100 Subject: [PATCH 2/3] update Readme --- Readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0576cb1..f5d34dd 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,16 @@ 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 note/q9a1bfljzm + < balls + Source at http://github.com/makefu/bump ## Install From 17351195c749a6f3243d97797557062c940a40f3 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 19 Nov 2013 10:28:06 +0100 Subject: [PATCH 3/3] Readme: fix hostname --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index f5d34dd..c5fb95f 100644 --- a/Readme.md +++ b/Readme.md @@ -5,11 +5,10 @@ It is written as a replacement for the gorgeous sprunge.us ## usage $ curl - Bump Usage: > echo balls | curl -F "p=<-" < http:///q9a1bfljzm - > curl note/q9a1bfljzm + > curl /q9a1bfljzm < balls Source at http://github.com/makefu/bump