You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/09/15 16:37:07 UTC

svn commit: r1703207 - /olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext

Author: chrish
Date: Tue Sep 15 14:37:07 2015
New Revision: 1703207

URL: http://svn.apache.org/r1703207
Log:
CMS commit to olingo by chrish

Added:
    olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext   (with props)

Added: olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext?rev=1703207&view=auto
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext (added)
+++ olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext Tue Sep 15 14:37:07 2015
@@ -0,0 +1,57 @@
+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.
+
+#1 Prerequisites
+
+We assume you are familiar with [Maven](https://maven.apache.org/) and [Git](https://git-scm.com/) 
+and have installed at least the following versions:   
+
+The tutorials are tested with the following versions:  
+
+  - **Maven** Version 3.2.0
+  - **Git** Version 3.5.1
+  - **JDK** Version 1.6
+
+#2 Tutorial sources
+To get the final result of each tutorial, please perform the follwing steps:
+
+  - Clone the  project [git repository](https://git-wip-us.apache.org/repos/asf/olingo-odata4)    
+
+    *\> git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4*
+
+  - Checkout the tag 4.0.0
+
+    *\> git checkout tags/4.0.0*
+  - Navigate to the tutorial project
+
+    *\> cd samples/tutorials*
+  - Build the Project and Eclipse Project	
+    **Note:** The tutorials projects won`t be created if you build the Olingo library project. To create them, you have to navigate to the sub directory mentioned above.
+		
+    *\> mvn clean install*
+
+
+#3 Eclipse support (optional)
+
+   - Create Eclipse projects
+    
+    *\> mvn eclipse:clean eclipse:eclipse*
+     
+   - Import projects in Eclipse  
+     Open Eclipse and navigate to File -> Import -> General -> Existing Projects into Workspace   
+     Select the directory of the tutorial project and click Finish

Propchange: olingo/site/trunk/content/doc/odata4/tutorials/prerequisites.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native