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:15:06 UTC

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

Author: mibo
Date: Mon Sep 23 11:15:06 2013
New Revision: 1525550

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

Added:
    incubator/olingo/site/trunk/content/doc/project-setup.mdtext   (with props)

Added: 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=1525550&view=auto
==============================================================================
--- incubator/olingo/site/trunk/content/doc/project-setup.mdtext (added)
+++ incubator/olingo/site/trunk/content/doc/project-setup.mdtext Mon Sep 23 11:15:06 2013
@@ -0,0 +1,44 @@
+Title:
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Project Setup
+
+---
+
+## Build Environment
+
+- [Maven](doc/maven.html)
+
+## Development Environment
+
+- [Eclipse IDE](doc/eclipse.html)
+
+## Run Environment
+
+### Run with Tomcat 7.x
+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](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

Propchange: incubator/olingo/site/trunk/content/doc/project-setup.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native