- Website: http://douban-code.github.io
- mysql # default port
# import code/databases/schema.sql to database `valentine`
$ mysql -uroot -e 'create database valentine;'
$ mysql -uroot -D valentine < code/databases/schema.sql
# modify settings according to database in your computer
change mysql connection with passwd as u define in
code/config.py
- memcached # default port
virtualenv venv. venv/bin/activatepip install cython# should install firstpip install -U setuptools# python-libmemcached require updated setuptoolspip install -r requirements.txtgunicorn -b 127.0.0.1:8000 app:app# web & git http daemon
- single http daemon
gunicorn -b 127.0.0.1:8001 smart_httpd:app# git http daemon
See the LICENSE file for the full license text.