Changeset 3562 for print

Show
Ignore:
Timestamp:
06/10/10 09:57:44 (2 years ago)
Author:
elemoine
Message:

minor change in the Map Fish? print docs, no functional change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/docs/installation.txt

    r3559 r3562  
    8080    from mapfish.controllers.printer import PrinterController 
    8181 
    82 5. If you use WSGI, you must add the following line into %PROJECT_DIR%/%PROJECT_NAME%/%PROJECT_NAME%.wsgi (or .wsgi.in) before the "loadapp" call:: 
     825. If you use Apache mod_wsgi, you can add the following before the "loadapp" call in the WSGI script:: 
    8383 
    8484    # configure the logging system 
    8585    from paste.script.util.logging_config import fileConfig 
    8686    fileConfig('%PASTE_CONFIG%') 
     87 
     88   where ``%%PASTE_CONFIG%`` is the path to the application's configuration file (.ini). 
    8789 
    8890Java servlet