ScribeEngine is an open source blog engine written in Python - original code, no longer in use. See the "scribeengine" repository
scribeengine | ||
.bzrignore | ||
.editorconfig | ||
.gitignore | ||
config.ini.default | ||
pyproject.toml | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
tests |
ScribeEngine
ScribeEngine is an open source blog engine written in Python and Flask.
Installation and Setup
Install ScribeEngine using pip
:
pip install ScribeEngine
Run the setup wizard to create a config file:
$ python -m scribeengine.config
Run a local server:
$ python -m scribeengine