Changeset 3396 for sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/building_javascript.txt
- Timestamp:
- 03/05/10 11:55:17 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/building_javascript.txt
r3381 r3396 16 16 You can check that ``jsbuild`` is properly installed by running this command:: 17 17 18 (env) env/bin/jsbuild --help18 (env) $ jsbuild --help 19 19 20 20 It should produce this output:: 21 21 22 Usage: jsbuild -script.py[options] filename1.cfg [filename2.cfg...]22 Usage: jsbuild [options] filename1.cfg [filename2.cfg...] 23 23 24 24 Options: … … 110 110 You can now launch the build command:: 111 111 112 (env) cd MapFishApp/jsbuild113 (env) /home/live/mapfish/env/bin/jsbuild -o ../mapfishapp/public/build/mapfish app.cfg112 (env) $ cd MapFishApp/jsbuild 113 (env) $ jsbuild -o ../mapfishapp/public/build/mapfish app.cfg 114 114 115 115 After a small while, the output should be::
