- Website: http://douban-code.github.io
- Guide: http://douban-code.github.io/pages/getting-started.html
- libmc https://github.com/douban/libmc
- Python 2.7+
- pip >= 1.4.1
You can use code
$docker pull dongweiming/code
or just build locally(recommended):
$cd code
$docker build -t code .
And launch a bash shell inside the container:
$docker run -d -p 8080:8000 code gunicorn -w 2 -b 0.0.0.0:8000 app:app # start app
5cf0d1f6a421c53d54662df77dd142978d24b8c76fd72ce1c106506458e1304a
$boot2docker ip
192.168.59.103
# go web http://192.168.59.103:8080
$docker run -t -i code /bin/bash
$cd code
vagrant up
Currently supports the following systems:
- gentoo
- ubuntu/debian
- centos/redhat/fedora
- opensuse
- archlinux
You only to excute:
bash <(curl -s https://raw.githubusercontent.com/douban/code/master/scripts/install_code.sh)
Notes: The install script in code/scripts
subdirectory, for example ubuntu/debian,
You can see code/scripts/ubuntu.sh
- single http daemon
gunicorn -b 127.0.0.1:8001 app:app
# git http daemon
- vilya.config.DOMAIN
- if you run 'gunicorn -b IP:PORT app:app', the DOMAIN should be 'http://IP:PORT/'
CODE is under Revised BSD License. See the LICENSE file for the full license text.