ScribeEngine is an open source blog engine written in Python - original code, no longer in use. See the "scribeengine" repository
This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2019-02-14 16:01:27 -07:00
scribeengine Drag this branch up into the current century 2019-02-14 16:01:27 -07:00
.bzrignore Drag this branch up into the current century 2019-02-14 16:01:27 -07:00
config.ini.default Drag this branch up into the current century 2019-02-14 16:01:27 -07:00
README.rst Drag this branch up into the current century 2019-02-14 16:01:27 -07:00
requirements.txt Drag this branch up into the current century 2019-02-14 16:01:27 -07:00
setup.py Initial porting of ScribeEngine to Flask 2017-06-08 23:25:41 -07:00
tests Initial porting of ScribeEngine to Flask 2017-06-08 23:25:41 -07:00

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