add license

This commit is contained in:
makefu 2013-11-19 10:24:09 +01:00
parent 1521fa463e
commit 95369c70ae
2 changed files with 28 additions and 0 deletions

14
COPYING Normal file
View file

@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
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.

View file

@ -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