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