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/23 13:55:51 UTC

svn commit: r879572 - in /websites/staging/olingo/trunk/content: ./ doc/project-setup.html

Author: buildbot
Date: Mon Sep 23 11:55:51 2013
New Revision: 879572

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/project-setup.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 23 11:55:51 2013
@@ -1 +1 @@
-1525562
+1525564

Modified: websites/staging/olingo/trunk/content/doc/project-setup.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/project-setup.html (original)
+++ websites/staging/olingo/trunk/content/doc/project-setup.html Mon Sep 23 11:55:51 2013
@@ -88,10 +88,10 @@
 <li>Install Tomcat as described in <a href="http://tomcat.apache.org/tomcat-7.0-doc/setup.html">Tomcat Documentation</a></li>
 <li>Start Tomcat e.g. via <code>$TOMCAT_HOME/bin/startup.sh</code> (Linux) or <code>$TOMCAT_HOME/bin/startup.bat</code> (Windows)</li>
 <li>Build of OData Application</li>
-<li>Build your own <code>WAR</code> or</li>
-<li>Download <a href="">sample project</a>, build it via <code>mvn package</code></li>
-<li>Deployment of OData Application via simple copy of <code>WAR</code> from <code>target</code> into <code>$TOMCAT_HOME/webapps</code></li>
-<li>For sample project go to <a href="http://localhost:8080/org.apache.olingo.odata2.sample.web">http://localhost:8080/org.apache.olingo.odata2.sample.web</a> </li>
+<li>Build your <code>WAR</code> file of your own project or just</li>
+<li>Download the <a href="tutorials/cars-sample-basic-read.zip">sample project</a>, unzip it and build it via <code>mvn clean package</code></li>
+<li>Deployment of the OData Application via simple copy of created <code>WAR</code> from the web project <code>./target</code> folder into <code>$TOMCAT_HOME/webapps</code></li>
+<li>After successful deployment for the sample project just open following link: <a href="http://localhost:8080/org.apache.olingo.odata2.sample.web">http://localhost:8080/org.apache.olingo.odata2.sample.web</a> to see the project entry site.</li>
 </ul>