Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 708 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 708 Bytes

Ducttape site

Description

Ducttape-site is the application behind the website of the awesome ducttape engine.

License

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.

Dependencies

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.)

Running

Run python runserver to fire up the debug server and navigate to http://localhost:5000