aboutsummaryrefslogtreecommitdiff
path: root/README-bgstack15.md
blob: 10815e2281b7c1fe270691d29fe1279bd7b3b9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Instructions

Generate new db.

    python3 initdb.py

Run server.

    FLASK_APP=pastebin.py FLASK_DEBUG=True flask run --host='0.0.0.0'

# Improvements
I still need to practice these:

* Support deleting somehow: from an admin panel, or a link on the page?

# Alternatives

## Unresearched
https://github.com/yasoob/logit-bin
https://github.com/AWilliams17/PasteMate
https://github.com/bsamadi/flask-pastebin

## Attempted
https://github.com/Tygs/0bin sounds cool but it uses a stack I'm unfamiliar with and it had some issues and I didn't want to bother with it.
bgstack15