Changeset 3686

Show
Ignore:
Timestamp:
12/08/10 06:36:57 (2 years ago)
Author:
cmoullet
Message:

Add creating_application.rst

Location:
sandbox/cmoullet/2010_mapfish_workshop_fhnw/source
Files:
4 added
2 modified

Legend:

Unmodified
Added
Removed
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/source/getting_started.rst

    r3671 r3686  
    1616------------------ 
    1717 
    18 Download the MapFish installer located in http://www.mapfish.org/downloads/go-mapfish-framework-1.2.py and store in ``C:\temp\mapfish\`` 
     18Download the MapFish installer located in http://www.mapfish.org/downloads/go-mapfish-framework-2.0.py and store in ``C:\temp\mapfish\`` 
    1919 
    2020Start a command line and follow this step:: 
    2121 
    2222    cd C:\temp\mapfish\ 
    23     C:\> C:\Python25\python.exe go-mapfish-framework-2.0.py --no-site-packages env 
     23    C:\temp\mapfish> C:\Python25\python.exe go-mapfish-framework-2.0.py --no-site-packages env 
    2424     
    2525This command creates a virtual Python environment named ``env`` and installs 
     
    2828Now activate the virtual environment with:: 
    2929 
    30     C:\> env\Scripts\activate.bat 
     30    C:\temp\mapfish> env\Scripts\activate.bat 
    3131     
    3232You command prompt should now look like this:: 
     
    5454<http://getfirebug.com/>`_ [#]_ (Use version 1.4.5 for FireFox 3.0 [#]_). Firebug is an add-on for FireFox that allows 
    5555you to debug JavaScript in any web page. Firebug requires FireFox and cannot be 
    56 used with any other web browser. Installing the `JSONView 
    57 <https://addons.mozilla.org/en-US/firefox/addon/10869>`_ extension is also 
    58 recommented, it will be used for viewing JSON responses in FireFox. 
     56used with any other web browser. 
     57 
     58Installing the `JSONView <https://addons.mozilla.org/en-US/firefox/addon/10869>`_ [#]_ extension is also 
     59recommended, it will be used for viewing JSON responses in FireFox. 
    5960 
    6061.. [#] http://getfirebug.com/ 
    6162.. [#] https://addons.mozilla.org/en-US/firefox/addon/1843 
    6263.. [#] https://addons.mozilla.org/en-US/firefox/addon/10869 
     64 
     65Test the FireFox extensions 
     66--------------------------- 
     67 
     68To open Firebug, click on the Firebug icon on the bottom right of Firefox. 
     69 
     70Open the page http://www.openlayers.org/dev/examples/wms.html and have a look at the various tabs offered by Firebug: 
     71 
     72.. image:: _static/Firebug.png 
     73 
     74In order to test JSONView, open the URL http://www.openaddresses.org/addresses/?limit=3&attrs=street,housenumber,city&query=Gen%E8ve%20Vogt 
     75 
     76You can also have a look at Firebug to see the JSON answer 
     77 
  • sandbox/cmoullet/2010_mapfish_workshop_fhnw/source/mapfish.rst

    r3671 r3686  
    1010 
    1111   getting_started 
     12   creating_application 
    1213