Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Latest commit

 

History

History
108 lines (78 loc) · 3.84 KB

README.rst

File metadata and controls

108 lines (78 loc) · 3.84 KB

My blog source code

CircleCI build

Travis build

Snap-CI build

Semaphore CI build

Drone IO build

Codeship test

Appveyor build

Solano CI build

Werker build

Magnum CI build

Shippable

Coveralls

Codercov

Code Climate

Codacy health

Landscape IO health

Gemnasium Dependency

Requirements Status

Sauce Test Status

Installation

Ansible

An ansible install in foundable at /extras/ansible/README.rst.

Manual install

Make a simple package installation:

pip install -r requirements.txt
python setup.py install
cp extras/myblog.cfg.example /etc/myblog.cfg

Most settings in myblog.cfg have a default value, for example default database is Sqlite stored at myblog/db.sqlite3.

Tests

./manage test