- Timestamp:
- 10/26/09 12:36:40 (3 years ago)
- Files:
-
- 1 modified
-
website/trunk/doc/tutorials/studio_user_guide.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
website/trunk/doc/tutorials/studio_user_guide.txt
r3202 r3203 79 79 not distributed with Python 2.4. On Unix do:: 80 80 81 easy_install --index-url=http:// dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.compysqlite81 easy_install --index-url=http://www.mapfish.org/downloads/all/pkg/ --allow-hosts=www.mapfish.org pysqlite 82 82 83 83 On Windows download http://www.pylonshq.com/download/0.9.7/pysqlite-2.4.1.win32-py2.4.exe and execute it. … … 96 96 Studio 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:: 97 97 98 easy_install --index-url=http:// dev.camptocamp.com/packages/mapfish/all/index --allow-hosts=dev.camptocamp.compsycopg298 easy_install --index-url=http://www.mapfish.org/downloads/all/pkg/ --allow-hosts=www.mapfish.org psycopg2 99 99 100 100 Set Up
