Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Winery

Revision as of 08:35, 28 March 2014 by Unnamed Poltroon (Talk) (Compile winery: fixes textual reference to repository)

Winery Code Setup Guide

Repositories

Winery is split into three repositories: misc, models, and winery.

org.eclipse.winery.misc

Contains documentation, eclipse configuration, graphics, and the high level REST API package

org.eclipse.winery.models

Contains models:

  • CSAR meta file
  • Self-service Portal
  • TOSCA

org.eclipse.winery.winery

Contains the winery itself.

Compilation instructions

Make models available

For each model in org.eclipse.winery.models do a mvn install.

Compile winery

In org.eclipse.winery.winery, see the README.md there.

Back to the top