Chinaunix首页 | 论坛 | 博客
  • 博客访问: 422279
  • 博文数量: 75
  • 博客积分: 2780
  • 博客等级: 少校
  • 技术积分: 789
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-23 20:38
文章分类

全部博文(75)

文章存档

2012年(1)

2011年(11)

2010年(12)

2009年(39)

2008年(12)

我的朋友

分类: LINUX

2011-03-16 16:20:44

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
阅读(4129) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~