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

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

Author: mibo
Date: Mon Sep 23 12:03:13 2013
New Revision: 1525565

URL: http://svn.apache.org/r1525565
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=1525565&r1=1525564&r2=1525565&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/project-setup.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/project-setup.mdtext Mon Sep 23 12:03:13 2013
@@ -34,11 +34,11 @@ Notice:    Licensed to the Apache Softwa
 Necessary steps to get your project run with [Tomcat 7.x](http://tomcat.apache.org/index.html).
 
 #### Required steps
-* Download Tomcat from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
-* 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 `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
+  * Download Tomcat from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
+  * 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 `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