Skip to content

Instantly share code, notes, and snippets.

@xiangjian
Created August 28, 2011 11:29
Embed
What would you like to do?
gis envsetup
# 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
# 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