MapFish: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
m Created page with "http://mapfish.org/ Requirements are Python and PostgreSQL/PostGIS"
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 2: Line 2:


Requirements are Python and PostgreSQL/PostGIS
Requirements are Python and PostgreSQL/PostGIS
Python has to include the python-dev package.
TO install, you just cut and paste a view instructions from the MapFish page.
Once installed you run in a "virtual environment" which is started with this
source env/bin/activate
Create an application
paster create -t mapfish MapFishApp

Revision as of 04:14, 10 February 2011

http://mapfish.org/

Requirements are Python and PostgreSQL/PostGIS Python has to include the python-dev package.

TO install, you just cut and paste a view instructions from the MapFish page.

Once installed you run in a "virtual environment" which is started with this

source env/bin/activate

Create an application

paster create -t mapfish MapFishApp