Skip to content

Instantly share code, notes, and snippets.

@xiangjian
xiangjian / gis install
Created August 28, 2011 11:29
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
set http_proxy=http://proxy-bj1.petrochina:8080/
@xiangjian
xiangjian / web.config
Created August 16, 2011 02:08
extnet for for iis 7
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="true">
<add
name="DirectRequestModule"
preCondition="managedHandler"
type="Ext.Net.DirectRequestModule, Ext.Net"
/>
</modules>
<handlers>