Created
August 28, 2011 11:29
-
-
Save xiangjian/1176560 to your computer and use it in GitHub Desktop.
gis envsetup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requie python 2.6 this have josn packge | |
#install tornado | |
easy_install tornado | |
#install pyproj | |
wget http://pyproj.googlecode.com/files/pyproj-1.8.9.tar.gz | |
tar xvzf pyproj-1.8.9.tar.gz | |
cd pyproj-1.8.9 | |
python setup.py build | |
python setup.py install | |
# install supervised | |
easy_install supervised | |
#config supervised and nginx | |
#see my blog ;http://blog.xiangjian.info/2011/08/deploy_tornado_with_supervisor_nginx.html | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requie python 2.6 this have josn packge | |
#install tornado | |
easy_install tornado | |
#install pyproj | |
wget http://pyproj.googlecode.com/files/pyproj-1.8.9.tar.gz | |
tar xvzf pyproj-1.8.9.tar.gz | |
cd pyproj-1.8.9 | |
python setup.py build | |
python setup.py install | |
# install supervised | |
easy_install supervised | |
#config supervised and nginx | |
#see this ;http://trac.eiap.cn/wiki/EiapGisdeploy | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment