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

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

Author: mibo
Date: Mon Sep 23 11:55:47 2013
New Revision: 1525564

URL: http://svn.apache.org/r1525564
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=1525564&r1=1525563&r2=1525564&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/project-setup.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/project-setup.mdtext Mon Sep 23 11:55:47 2013
@@ -38,7 +38,7 @@ Necessary steps to get your project run 
 * Install Tomcat as described in [Tomcat Documentation](http://tomcat.apache.org/tomcat-7.0-doc/setup.html)
 * Start Tomcat e.g. via `$TOMCAT_HOME/bin/startup.sh` (Linux) or `$TOMCAT_HOME/bin/startup.bat` (Windows)
 * Build of OData Application
-  * Build your own `WAR` or
-  * Download [sample project](), build it via `mvn package`
-* Deployment of OData Application via simple copy of `WAR` from `target` into `$TOMCAT_HOME/webapps`
-* For sample project go to [http://localhost:8080/org.apache.olingo.odata2.sample.web](http://localhost:8080/org.apache.olingo.odata2.sample.web) 
\ No newline at end of file
+  * 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`
+* 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