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/10/14 16:56:14 UTC

svn commit: r882552 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/basicread.html

Author: buildbot
Date: Mon Oct 14 14:56:13 2013
New Revision: 882552

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 14 14:56:13 2013
@@ -1 +1 @@
-1531922
+1531926

Modified: websites/staging/olingo/trunk/content/doc/tutorials/basicread.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/basicread.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/basicread.html Mon Oct 14 14:56:13 2013
@@ -697,7 +697,8 @@ The implementation of the Data Provider 
 
 <p>After the implementation of the <code>MyODataSingleProcessor</code> the web application can be tested.</p>
 <ul>
-<li>Build your project. Remember? <code>mvn clean install</code> </li>
+<li>Build your project. Remember? <code>mvn clean install</code></li>
+<li>Deploy the web application on your local server</li>
 <li>Show the Manufacturers: <a href="http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers">http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers</a></li>
 <li>Show one Manufacturer: <a href="http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)">http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Manufacturers(1)</a></li>
 <li>Show the Cars: <a href="http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars">http://localhost:808/olingo.odata2.sample.cars.web/MyODataSample.svc/Cars</a></li>