Created
March 21, 2015 14:35
Revisions
-
stringfellow created this gist
Mar 21, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ call "C:\OSGeo4w64\bin\o4w_env.bat" IF NOT EXIST C:\mapproxy ( easy_install virtualenv mkdir C:\mapproxy cd C:\mapproxy virtualenv --system-site-packages env env\Scripts\activate pip install pyreadline MapProxy ipython lxml mapproxy-util create -t base-config mapactionproxy cd mapactionproxy mapproxy-util serve-develop mapproxy.yaml ) ELSE ( cd C:\mapproxy env\Scripts\activate cd mapactionproxy mapproxy-util serve-develop mapproxy.yaml )