Skip to content
/ Doodle Public
forked from keakon/Doodle

A blog system based on Python 2.7 and Redis.

License

Notifications You must be signed in to change notification settings

lau-jay/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. 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.

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 57.2%
  • JavaScript 19.1%
  • CSS 14.0%
  • HTML 9.7%