Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

mikeder/tornado-blog

Repository files navigation

tornado-blog

Modified Tornado blog example with bootstrap and markdown support.

Working example can be seen @ https://sqweeb.net

Pre-built docker container @ https://hub.docker.com/r/mikeder/tornado-blog/

Running the container:

With docker-compose (w/ MySQL container):

docker-compose up -d

With external MySQL database:

docker pull mikeder/tornado-blog
docker run -d -e MYSQL_USER={{yourDbUser}} -e MYSQL_PASSWORD={{yourDbPassword}} -e MYSQL_HOST={{yourDbHost}} -p 8000:8000 mikeder/tornado-blog

TODO:

  • Convert blog into module
  • General server to handle all modules
  • Admin page to handle load/unload of modules
  • Ability to delete or hide posts
  • Create modules for gallery, dht graphs, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published