Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Lyo/BuildingOSLC4J

< Lyo
Revision as of 11:28, 27 February 2012 by Fiedler.mf.gmail.com (Talk | contribs) (New page: = Building and Running Lyo reference implementations (RIOs) in Eclipse = == Prerequisites == * [http://eclipse.org/downloads Eclipse 3.6 or 3.7 IDE] * [http://eclipse.org/egit/download/ E...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Building and Running Lyo reference implementations (RIOs) in Eclipse

Prerequisites

Create an Apache Tomcat runtime environment in Eclipse

  • Tomcat is the default runtime for OSLC4J samples. Configuration for other runtimes (Jetty, etc) is possible.
  • See the Eclipse documentation for instructions on creating a Tomcat server. Be sure to name the server Apache Tomcat v7.0.
  • Create 1 server on port 8080 for the OSLC4JRegistry catalog application
  • Create 1 server on port 8081 for any sample applications you want to run. In the future, the config will change so all apps can run on the same port.

Clone the Lyo Core and RIO (optional, for Change Management sample) git repositories

This example assumes EGit is being used

Lyo-rio-git-core.png

  • On the Branch Selection page, select the master branch
  • On the Local Destination page, specify a location or accept the default and click Finish

The repository should now show up in your Git Repositories view

Import Eclipse projects from the git repository

  • In the Git Repositories view, right click org.eclipse.lyo.rio and select Import Projects
  • Select the Import Existing Projects wizard and click next
  • Select all components of RIO

Lyo-rio-import-projects.png

Back to the top