mirror of
https://github.com/makefu/bump.git
synced 2024-03-22 11:32:52 +01:00
add license
This commit is contained in:
parent
1521fa463e
commit
95369c70ae
2 changed files with 28 additions and 0 deletions
14
COPYING
Normal file
14
COPYING
Normal 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.
|
||||||
|
|
14
Readme.md
14
Readme.md
|
@ -15,3 +15,17 @@ It is written as a replacement for the gorgeous sprunge.us
|
||||||
. bin/activate
|
. bin/activate
|
||||||
cd bump
|
cd bump
|
||||||
gunicorn -b 127.0.0.1:4000 init:app
|
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
|
||||||
|
|
Loading…
Reference in a new issue