Author: koblers
Date: Thu Apr 9 06:42:54 2015
New Revision: 1672248
URL: http://svn.apache.org/r1672248
Log:
CMS commit to olingo by koblers
Modified:
olingo/site/trunk/content/doc/javascript/project-setup.mdtext
Modified: olingo/site/trunk/content/doc/javascript/project-setup.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/javascript/project-setup.mdtext?rev=1672248&r1=1672247&r2=1672248&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-setup.mdtext Thu Apr 9
06:42:54 2015
@@ -1,118 +1,115 @@
-Title: Project setup for the OData library for JavaScript
-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
-
-### Software requirements
-
-* Git client
-* NodeJS installation (>= 0.8.0)
-* Java VM ( only for running the Relase audit checks)
-
-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
-
-* grunt client
- The grunt client searches the current directory for a grunt configuration
file and starts the
- Grunt installation next the this configuration file. Installation via
- ``npm install -g grunt-cli``
-
- Test via
-
- $ grunt -version
- grunt-cli v0.1.13
-
-### Download source
-
-Open your (git-)bash and use the following commonand:
-
-``git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4-js``
-
-### Install the project dependencies
-
-##### JavaScript #####
-
-After downloading navigate into the project folder via
-
-``cd olingo-odata4-js/odatajs/``
-
-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**.
-
-After installing the main modules navigate into the folder
``/grunt-config/browserify_transforms/stripheader``
-and call again ``npm install``.
-
-
-##### Java #####
-
-If you want to run the Apache release audit tools ([Apache
Ratâ¢](http://creadur.apache.org/rat/) ) please perform the
-following steps:
-
-* Navigate to
-``./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat``
-* Run ``npm install`` to install the node_modules required by the rat tool
-
-then
-
-* Proceed as described the filed ``readme.md``
-
-##### 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":
-
-* Microsoft.OData.Client -Version 6.5.0
-* Microsoft.OData.Core -Version 6.5.0
-* Microsoft.OData.Edm -Version 6.5.0
-* Microsoft.OData.Service -Version 6.5.0
-* Microsoft.OData.Spatial -Version 6.5.0
+Title: Project setup for the OData library for JavaScript
+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
+
+### Software requirements
+
+* Git client
+* NodeJS installation (>= 0.8.0)
+* Java VM ( only for running the Relase audit checks)
+
+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
+
+* grunt client
+ The grunt client searches the current directory for a grunt configuration
file and starts the
+ Grunt installation next the this configuration file. Installation via
+ ``npm install -g grunt-cli``
+
+ Test via
+
+ $ grunt -version
+ grunt-cli v0.1.13
+
+### Download source
+
+Open your (git-)bash and use the following commonand:
+
+``git clone https://git-wip-us.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â¢](http://creadur.apache.org/rat/) ) please perform the
+following steps:
+
+* Navigate to
+``./olingo-odata4-js/grunt-config/custom-tasks/rat``
+* Run ``npm install`` to install the node_modules required by the rat tool
+
+then
+
+* Proceed as described the filed ``readme.md``
+
+##### 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":
+
+* Microsoft.OData.Client -Version 6.5.0
+* Microsoft.OData.Core -Version 6.5.0
+* Microsoft.OData.Edm -Version 6.5.0
+* Microsoft.OData.Service -Version 6.5.0
+* Microsoft.OData.Spatial -Version 6.5.0