Changeset 3396 for sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/_build/html/building_javascript.html
- Timestamp:
- 03/05/10 11:55:17 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/camptocamp/mapfish_workshop_fossgis2010/printing_src/_build/html/building_javascript.html
r3393 r3396 58 58 virtual Python environment as part of the framework installation.</p> 59 59 <p>You can check that <tt class="docutils literal"><span class="pre">jsbuild</span></tt> is properly installed by running this command:</p> 60 <div class="highlight-python"><pre>(env) env/bin/jsbuild --help</pre>60 <div class="highlight-python"><pre>(env) $ jsbuild --help</pre> 61 61 </div> 62 62 <p>It should produce this output:</p> 63 <div class="highlight-python"><pre>Usage: jsbuild -script.py[options] filename1.cfg [filename2.cfg...]63 <div class="highlight-python"><pre>Usage: jsbuild [options] filename1.cfg [filename2.cfg...] 64 64 65 65 Options: … … 144 144 named <tt class="docutils literal"><span class="pre">build</span></tt> with two sub-folders, <tt class="docutils literal"><span class="pre">mapfish</span></tt> and <tt class="docutils literal"><span class="pre">openlayers</span></tt>.</p> 145 145 <p>You can now launch the build command:</p> 146 <div class="highlight-python"><pre>(env) cd MapFishApp/jsbuild147 (env) /home/live/mapfish/env/bin/jsbuild -o ../mapfishapp/public/build/mapfish app.cfg</pre>146 <div class="highlight-python"><pre>(env) $ cd MapFishApp/jsbuild 147 (env) $ jsbuild -o ../mapfishapp/public/build/mapfish app.cfg</pre> 148 148 </div> 149 149 <p>After a small while, the output should be:</p> … … 275 275 <div class="footer"> 276 276 © Copyright 2009, Ãric Lemoine, Cédric Moullet, François Van Der Biest. 277 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6. 4.277 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5. 278 278 </div> 279 279 </body>
