Changeset 3203 for website

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

fix download url

Files:
1 modified

Legend:

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

    r3202 r3203  
    7979not distributed with Python 2.4. On Unix do:: 
    8080 
    81     easy_install --index-url=http://dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.com pysqlite 
     81    easy_install --index-url=http://www.mapfish.org/downloads/all/pkg/ --allow-hosts=www.mapfish.org pysqlite 
    8282 
    8383On Windows download http://www.pylonshq.com/download/0.9.7/pysqlite-2.4.1.win32-py2.4.exe and execute it. 
     
    9696Studio uses a database to store metainformation about the Studio configuration (not the data themselves). If you want to configure Studio with a PostgreSQL database, you will use a database URL that looks like this ``postgres://user:password@host:port/dbname``. Studio assumes the database ``dbname`` has already been created and the user is allowed to connect to this database. You can rely on `postgresql documentation <http://www.postgresql.org/docs/>`__ to learn `how to create a new database <http://www.postgresql.org/docs/8.3/static/manage-ag-createdb.html>`__.  You will also need to install the ``psycopg2`` package in the Python virtual environment, you can use that:: 
    9797 
    98     easy_install --index-url=http://dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.com psycopg2 
     98    easy_install --index-url=http://www.mapfish.org/downloads/all/pkg/ --allow-hosts=www.mapfish.org psycopg2 
    9999 
    100100Set Up