mirror of
https://github.com/makefu/bump.git
synced 2024-03-22 11:32:52 +01:00
add documentation
This commit is contained in:
parent
1537273b09
commit
4ba8428400
2 changed files with 23 additions and 0 deletions
17
Readme.md
Normal file
17
Readme.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Bump
|
||||
Bump is a minimalistic self-hosted pastebin.
|
||||
It is written as a replacement for the gorgeous sprunge.us
|
||||
|
||||
# usage
|
||||
|
||||
## Install
|
||||
|
||||
virtualenv .
|
||||
. bin/activate
|
||||
pip install -r deps.txt
|
||||
|
||||
## Startup
|
||||
|
||||
. bin/activate
|
||||
cd bump
|
||||
python init.py
|
6
deps.txt
Normal file
6
deps.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Flask==0.10.1
|
||||
Jinja2==2.7.1
|
||||
MarkupSafe==0.18
|
||||
Werkzeug==0.9.4
|
||||
distribute==0.6.31
|
||||
itsdangerous==0.23
|
Loading…
Reference in a new issue