Ducttape-site is the application behind the website of the awesome ducttape engine.
This application, all of its sources and resources are licensed under the zlib license.
For the full license text, please see the included LICENSE file.
You will need
- Python 2.7
- flask
- flask-sqlalchemy
- flask-wtf
- flask-markdown
as well as their respective dependencies. I recommend using a virtualenv and pip to install all of those. (The setup.sh script will do exactly that.)
Run python runserver
to fire up the debug server and navigate to
http://localhost:5000