Project setup

Software requirements

Please install this software and check the correct installation with help of the following commands which should produce a similar output on your system:

$ git --version
git version 1.8.3.msysgit.0

$ node --version
v0.11.13

$ npm --version
1.4.6

$ java -version
java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b20)
Java HotSpot(TM) Client VM (build 24.65-b04, mixed mode, sharing)

Install global node.js packages

Download source

Open your (git-)bash and use the following commonand:

git clone https://gitbox.apache.org/repos/asf/olingo-odata4-js

Install the project dependencies

JavaScript

After downloading navigate into the project folder via

cd olingo-odata4-js/

and install the dependencies via npm (node package manager) with

npm install

npm will check all dependencies listed in the package.json file and install them recursively.

If you are working from behind a proxy please set the proxy configaration for npm accordingly

npm config set proxy http://proxy.company.com:8080

npm config set https-proxy http://proxy.company.com:8080

Default are the environment variables HTTP_PROXY and http_proxy for proxy and HTTPS_PROXY, https_proxy, HTTP_PROXY or http_proxy for https-proxy.

Java

If you want to run the Apache release audit tools (Apache Rat™ ) please perform the following steps:

then

C#

In order to run the service for testing you need the the "Microsoft Visual Studio SP1" with the extension "NuGet package manager".

Please install the following packages via "NuGet package manager":

Copyright © 2013-2023, The Apache Software Foundation
Apache Olingo, Olingo, Apache, the Apache feather, and the Apache Olingo project logo are trademarks of the Apache Software Foundation.

Privacy