Skip to content

HenryChenV/Doodle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Run buildout:
$ scripts/buildout.sh

Use Google to figure out any problem occurs.

Usage

$ redis-server &
$ bin/doodle

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.

About

A blog system based on Python 2.7 and Redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.9%
  • JavaScript 19.3%
  • CSS 14.1%
  • HTML 9.6%
  • Shell 0.1%