Changeset 3193 for website

Show
Ignore:
Timestamp:
10/26/09 09:17:40 (3 years ago)
Author:
fredj
Message:

fix Mapfish and Map Fish Client? install procedure

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/trunk/doc/tutorials/studio_developer_guide.txt

    r3064 r3193  
    6767Install MapFish (python server component):: 
    6868 
    69   svn co http://www.mapfish.org/svn/mapfish/trunk/MapFish 
    70   easy_install --index-url=http://dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.com MapFish/server/python 
    71  
    72 Install psycopg2 (this is used to allow a connection with PostGIS database):: 
    73  
    74   easy_install --index-url=http://dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.com psycopg2 
     69  svn co http://www.mapfish.org/svn/mapfish/framework/server/trunk/ Mapfish 
     70  easy_install --index-url=http://www.mapfish.org/downloads/all/pkg/ --allow-hosts=www.mapfish.org Mapfish 
    7571 
    7672Install MapFish Client (the javascript libraries for the creation of advanced User Interfaces):: 
    7773 
    78   svn co http://www.mapfish.org/svn/mapfish/mapfish-framework/plugins/client/trunk/mapfish.framework.plugins.client MapFishClient 
    79   easy_install --index-url=http://dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.com MapFishClient 
     74  svn co http://www.mapfish.org/svn/mapfish/framework/plugin/client/trunk/ MapFishClient 
     75  easy_install --index-url=http://www.mapfish.org/downloads/all/pkg/ --allow-hosts=www.mapfish.org MapFishClient 
    8076 
    8177Now that you have a virtual Python environment ready, you can proceed with the installation of Studio with::