- Timestamp:
- 10/26/09 09:17:40 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
website/trunk/doc/tutorials/studio_developer_guide.txt
r3064 r3193 67 67 Install MapFish (python server component):: 68 68 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 75 71 76 72 Install MapFish Client (the javascript libraries for the creation of advanced User Interfaces):: 77 73 78 svn co http://www.mapfish.org/svn/mapfish/ mapfish-framework/plugins/client/trunk/mapfish.framework.plugins.clientMapFishClient79 easy_install --index-url=http:// dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.comMapFishClient74 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 80 76 81 77 Now that you have a virtual Python environment ready, you can proceed with the installation of Studio with::
