ScribeEngine is an open source blog engine written in Python
Go to file
Raoul Snyman 2351544b02 Update packaging 2021-06-16 14:24:44 -07:00
scribeengine Get most of the config file generator up and running 2021-06-15 00:21:50 -07:00
.bzrignore Drag this branch up into the current century 2019-02-14 16:01:27 -07:00
.editorconfig Add editorconfig, ignore virtualenv, start working on a config file generator 2021-05-29 23:22:22 -07:00
.gitignore Extract command line section into its own submodule 2021-05-30 00:24:03 -07:00
README.rst 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
pyproject.toml Update packaging 2021-06-16 14:24:44 -07:00
requirements.txt Move to a node-based content management system 2021-01-29 21:19:48 -07:00
setup.cfg Update packaging 2021-06-16 14:24:44 -07:00
setup.py Update packaging 2021-06-16 14:24:44 -07:00
tests Initial porting of ScribeEngine to Flask 2017-06-08 23:25:41 -07:00

README.rst

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