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/_build/html/building_javascript.html

    r3393 r3396  
    5858virtual Python environment as part of the framework installation.</p> 
    5959<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> 
    6161</div> 
    6262<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...] 
    6464 
    6565Options: 
     
    144144named <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> 
    145145<p>You can now launch the build command:</p> 
    146 <div class="highlight-python"><pre>(env) cd MapFishApp/jsbuild 
    147 (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> 
    148148</div> 
    149149<p>After a small while, the output should be:</p> 
     
    275275    <div class="footer"> 
    276276      &copy; 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. 
    278278    </div> 
    279279  </body>