eagle-i software is available under a BSD 3 license.

Currently, there are a two ways to deploy eagle-i: from scratch (source code) or from pre-built binary files. To make deployment even easier in the future, we anticipate offering eagle-i as a pre-configured virtual machine and via a hosted SaaS (cloud) model.

.

.

Contents


Getting started: for developers

Get the code

Code organization overview

Latest release

(link to svn soon)

Development trunk

(link to svn soon)


Set up a development environment

The eagle-i source code is a multi-module maven project (see code organization). Our code is IDE-agnostic, though we've had a good experience using eclipse with the m2eclipse plugin (standard with the latest version of eclipse):

Alternately, here are some notes on setting up eclipse for GWT debugging from one of our team members.


Browse the Javadocs

Latest release

http://search.eagle-i.net/javadoc

Latest snapshot

http://qa.search.eagle-i.net/javadoc


Get the eagle-i resource ontology

http://code.google.com/p/eagle-i/


Getting started: for system administrators, install from scratch

Download and install the applications.

The first three packages (Repository, SWEET, Institutional search) constitute an eagle-i institutional stack. Central search, identity service and ontology browser are central applications (not necessary for an insitutional server)

 

component

Releases

Snapshots

Installation

Required

Repository distribution

http://infra.search.eagle-i.net:8081/nexus/content/repositories/releases/org/eagle-i/eagle-i-repository-dist/

http://infra.search.eagle-i.net:8081/nexus/content/repositories/snapshots/org/eagle-i/eagle-i-repository-dist/

Repository Administrator Guide

Required

SWEET webapp

http://infra.search.eagle-i.net:8081/nexus/content/repositories/releases/org/eagle-i/eagle-i-webapp-sweet/

http://infra.search.eagle-i.net:8081/nexus/content/repositories/releases/org/eagle-i/eagle-i-webapp-sweet/

Application Installation guide

Required

Institutional search webapp

http://infra.search.eagle-i.net:8081/nexus/content/repositories/releases/org/eagle-i/eagle-i-webapp-institution/

http://infra.search.eagle-i.net:8081/nexus/content/repositories/snapshots/org/eagle-i/eagle-i-webapp-institution/

Application installation guide

Optional

Central search webapp

http://infra.search.eagle-i.net:8081/nexus/content/repositories/releases/org/eagle-i/eagle-i-webapp-central/

http://infra.search.eagle-i.net:8081/nexus/content/repositories/snapshots/org/eagle-i/eagle-i-webapp-central/


Optional

Ontology browser webapp

http://infra.search.eagle-i.net:8081/nexus/content/repositories/releases/org/eagle-i/eagle-i-webapp-model/

http://infra.search.eagle-i.net:8081/nexus/content/repositories/snapshots/org/eagle-i/eagle-i-webapp-model/

Application installation guide

Optional

Identity service

 

 

to do


Getting started: for system administrators, vm-based

to do


Getting started: hosted eagle-i

to do