Changeset 3559 for print

Show
Ignore:
Timestamp:
06/03/10 16:48:16 (2 years ago)
Author:
elemoine
Message:

remove Camptocamp-specific stuff from the Map Fish? Print doc, thanks aabt

Files:
1 modified

Legend:

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

    r3538 r3559  
    8080    from mapfish.controllers.printer import PrinterController 
    8181 
    82 5. If you use the MapFish deploy architecture, add this to your "defaults" file, at the end of the post_fetch_project function and re-deploy:: 
    83  
    84     (cd $PROJECT_MAPFISH_DIR/server/java/print/; ./gradlew build || echo "Cannot compile the print module!!!!!!") 
    85  
    86 6. 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 WSGI, you must add the following line into %PROJECT_DIR%/%PROJECT_NAME%/%PROJECT_NAME%.wsgi (or .wsgi.in) before the "loadapp" call:: 
    8783 
    8884    # configure the logging system