1.安装easy_install
wget
tar zxvf setuptools-0.6c11.tar.gz
cd setuptools-0.6c11
python setup.py install
2.安装meld3
wget
tar zxvf meld3-0.6.5.tar.gz
cd meld3-0.6.5
python setup.py install
cd ..
3.安装elementtree
wget
unzip elementtree-1.2.7-20070827-preview.zip
cd elementtree-1.2.7-20070827-preview
python setup.py install
cd ..
4.安装supervisord
wget
tar zxvf supervisor-3.0a9.tar.gz
cd supervisor-3.0a9
python setup.py install
echo_supervisord_conf > /etc/supervisord.conf
cd ..
supervisord -c /etc/supervisord.conf ##启动 supervisord
阅读(4196) | 评论(0) | 转发(0) |