/Doodle

A blog system based on Python 2.7 and Redis.

Primary LanguagePythonMIT LicenseMIT

Doodle Travis CI test result

A blog system based on Python 2.7 and Redis. It's a *nix port from Google App Engine of Doodle 1.x.

Progress

It's under heavy development currently.
Don't use it in production environment right now since it might be changed frequently.

Installation

Doodle requires Python 2.7 and Redis. It has been tested in OS X 10.8 ~ 10.11 and Ubuntu 15.10.

  1. Clone or download code:
$ git clone https://github.com/keakon/Doodle.git
  1. Put your own config files under the private directory. (optional)
$ cd Doodle
$ mkdir private
  1. Install dependencies:
$ sudo pip install virtualenv
$ virtualenv .
$ bin/pip install cython
$ bin/pip install -r requirements.txt

Use Google to figure out any problem occurs.

Usage

$ redis-server &
$ bin/python -m doodle.main

Then you can open http://0.0.0.0:8080 to check it.

License

Doodle is released under the MIT License. See the LICENSE file for more details.