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

svn commit: r1526389 - /incubator/olingo/site/trunk/content/doc/project-setup.mdtext

Author: mibo
Date: Thu Sep 26 06:03:05 2013
New Revision: 1526389

URL: http://svn.apache.org/r1526389
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/project-setup.mdtext

Modified: incubator/olingo/site/trunk/content/doc/project-setup.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/project-setup.mdtext?rev=1526389&r1=1526388&r2=1526389&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/project-setup.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/project-setup.mdtext Thu Sep 26 06:03:05 2013
@@ -39,6 +39,6 @@ Necessary steps to get your project run 
   * Start Tomcat e.g. via `$TOMCAT_HOME/bin/startup.sh` (Linux) or `$TOMCAT_HOME/bin/startup.bat` (Windows)
   * Build of OData Application
     * Build your `WAR` file of your own project or just
-    * Download the [sample project](tutorials/cars-sample-basic-read.zip), unzip it and build it via `mvn clean package`
-  * Deployment of the OData Application via simple copy of created `WAR` from the web project `./target` folder into `$TOMCAT_HOME/webapps`
+    * Download the [sample project](tutorials/cars-sample-basic-read.zip), unzip it (into `$ODATA_PROJECT_HOME`) and build it via `mvn clean package`
+  * Deployment of the OData Application via simple copy of created `WAR` from the web project `./target` folder (for the sample it is `$ODATA_PROJECT_HOME/cars-web/target/olingo.odata2.sample.cars.web.war`) into `$TOMCAT_HOME/webapps`
   * After successful deployment for the sample project just open following link: [http://localhost:8080/org.apache.olingo.odata2.sample.web](http://localhost:8080/org.apache.olingo.odata2.sample.web) to see the project entry site.
\ No newline at end of file