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:03:09 UTC

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

Author: buildbot
Date: Thu Sep 26 06:03:09 2013
New Revision: 879938

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 Thu Sep 26 06:03:09 2013
@@ -1 +1 @@
-1526388
+1526389

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 Thu Sep 26 06:03:09 2013
@@ -89,10 +89,10 @@
 <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<ul>
 <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>Download the <a href="tutorials/cars-sample-basic-read.zip">sample project</a>, unzip it (into <code>$ODATA_PROJECT_HOME</code>) and build it via <code>mvn clean package</code></li>
 </ul>
 </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>Deployment of the OData Application via simple copy of created <code>WAR</code> from the web project <code>./target</code> folder (for the sample it is <code>$ODATA_PROJECT_HOME/cars-web/target/olingo.odata2.sample.cars.web.war</code>) 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>