You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2013/09/26 08:08:53 UTC

svn commit: r879940 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/read_media-resource.html

Author: buildbot
Date: Thu Sep 26 06:08:53 2013
New Revision: 879940

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 26 06:08:53 2013
@@ -1 +1 @@
-1526390
+1526391

Modified: websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html Thu Sep 26 06:08:53 2013
@@ -80,8 +80,8 @@
 <h2 id="shortcut">Shortcut</h2>
 <p>If you like to directly experiment with the results of the extented basic read scenario, you can use this shortcut: </p>
 <ul>
-<li>Download and unzip the <a href="apache-olingo-tutorial-adv_read_mediaresource">Olingo Tutorial 'Basic Read with Media Resource extension' Project</a> to your local drive </li>
-<li>Start the command line tool and run maven in the folder <em>read.scenario.media-resource-extension</em> to build the war file which then can be deployed. </li>
+<li>Download and unzip the <a href="apache-olingo-tutorial-adv_read_mediaresource">Olingo Tutorial 'Basic Read with Media Resource extension' Project</a> to your local drive which is your OData Tutorial project folder (referenced as <code>$ODATA_PROJECT_HOME</code> in the turorial).</li>
+<li>Start the command line tool and run maven in the folder <code>$ODATA_PROJECT_HOME</code> to build the war file which then can be deployed. </li>
 <li>Deploy the resulting war to your favorite application server. For the LJS copy the war into the <em>$LJS_HOME/pickup</em> folder and start the server via <code>$LJS_HOME/go.sh</code>. </li>
 <li>Optional: To import the sample project into Eclipse run the following steps:<ul>
 <li>Start the command line tool and run <code>mvn eclipse:eclipse clean install</code> in the folder <em>read.scenario.media-resource-extension</em> to generate the Eclipse project settings and do an initial build. </li>