| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$cd code $vagrant up $vagrant ssh # In ubuntu. we use `supervisor` to monitor and control CODE and other services. #You just go web http://localhost:8200
Currently supports following systems:
You only need to execute:
$bash <(curl -s https://raw.githubusercontent.com/douban/code/master/scripts/install_code.sh)
Then install & run supervisor to monitor and control all services of code.
pip install supervisor sudo wget -O /etc/init.d/supervisor https://raw.githubusercontent.com/Supervisor/initscripts/master/ubuntu sudo chmod +x /etc/init.d/supervisor sudo cp scripts/supervisord.conf /etc/supervisord.conf sudo cp scripts/code.conf /etc/supervisor/conf.d/code.conf sudo /etc/init.d/supervisor start # go web http://localhost:8200
Notes: The installation script is in scripts subdirectory, for example for ubuntu/debian, you can find scripts/ubuntu.sh
CODE is under Revised BSD License. See the LICENSE file for the full license text.
| Back | FazBrowse Home | New Git URL |