3.2. Orchestra OSGI Felix distribution

3.2.1. Installation

Unzip the orchestra-felix distribution package.

>unzip orchestra-felix-4.0.11.zip

A new directory orchestra-felix-4.0.11 will be created. It contains an ant file to install and start Orchestra.

Remark : Nova Orchestra runs in Apache Felix OGSI platform. Felix 1.6.1 is delivered with the Orchestra Package.

To install Orchestra, go to orchestra directory and launch the install by running ant:

>cd orchestra-felix-4.0.11
      >ant install

The install script installs Nova Orchestra. The default installation activates the persistence using the H2 Database.

[Important] Important

if your network is based on a proxy, please change the file conf/conf.properties. Set in this file the proxy host, port and non proxy hosts. Then run ant configure under the installation directory.