scribeengine/README.rst

346 B

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