Show
Ignore:
Timestamp:
03/05/10 11:55:17 (2 years ago)
Author:
bbinet
Message:

small updates for mapfish workshop (mainly typo)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/building_javascript.txt

    r3381 r3396  
    1616You can check that ``jsbuild`` is properly installed by running this command:: 
    1717 
    18     (env) env/bin/jsbuild --help 
     18    (env) $ jsbuild --help 
    1919 
    2020It should produce this output:: 
    2121 
    22     Usage: jsbuild-script.py [options] filename1.cfg [filename2.cfg...] 
     22    Usage: jsbuild [options] filename1.cfg [filename2.cfg...] 
    2323 
    2424    Options: 
     
    110110You can now launch the build command:: 
    111111 
    112     (env) cd MapFishApp/jsbuild 
    113     (env) /home/live/mapfish/env/bin/jsbuild -o ../mapfishapp/public/build/mapfish app.cfg 
     112    (env) $ cd MapFishApp/jsbuild 
     113    (env) $ jsbuild -o ../mapfishapp/public/build/mapfish app.cfg 
    114114 
    115115After a small while, the output should be::