----- centos6.10 apply their knowledge twenty-eight supervisor installed and configured offline

1, does not have the network conditions outside the network ----

2, python default version 2.6.6 ---- To avoid excessive reliance want to download packages, do not upgrade python

3, access to information ------ specify the installation supervisor version 3.1.3, seemingly not very compatible with other versions

4, download supervisor, python look at the official website

https://files.pythonhosted.org/packages/a6/41/65ad5bd66230b173eb4d0b8810230f3a9c59ef52ae066e540b6b99895db7/supervisor-3.1.3.tar.gz

5, extract

 

 

 6, after entering extract the folder

 

 

 7, installation

python setup.py install

 

 

 8, suggesting that there is no setuptools

Download and install setuptools    

 

 

 9, installation supervisor prompts and error again

 10. The prompt also need to install meld3.0.6.5, could not find a meld3.1.0.2 3.0.6.5 Download

 

 11, re-install

 

 12, create a configuration

#mkdir -p /etc/supervisor/conf.d
#echo_supervisord_conf > /etc/supervisord.conf

 

 13, modify the configuration

 to be continued

Guess you like

Origin www.cnblogs.com/liongong/p/11440339.html