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

Difference between revisions of "Winery"

(Winery Add-ons)
(Moves text to sub pages)
Line 1: Line 1:
== Winery Code Setup Guide ==
+
== About Winery ==
  
=== Repositories ===
+
* [[Winery/Code Setup Guide|Winery Code Setup Guide]]
 
+
Winery is split into three repositories: [http://git.eclipse.org/c/winery/org.eclipse.winery.misc.git/ misc], [http://git.eclipse.org/c/winery/org.eclipse.winery.models.git/ models], and [http://git.eclipse.org/c/winery/org.eclipse.winery.winery.git/ winery].
+
Check out each of it in a separate folder.
+
Under Windows, we recommend the parent folder to reside the root directory due to long path names during compilation: <tt>c:\wr</tt>
+
 
+
==== 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 <tt>org.eclipse.winery.models</tt> do a <tt>mvn install</tt>.
+
 
+
==== Compile Winery ====
+
 
+
In <tt>org.eclipse.winery.winery</tt>, see the [http://git.eclipse.org/c/winery/org.eclipse.winery.winery.git/plain/README.md README.md] there.
+
  
 
== Winery Add-ons ==
 
== Winery Add-ons ==
Line 37: Line 7:
 
Available Add-ons:
 
Available Add-ons:
  
[[Winery Topology Completion]]
+
[[Winery/Addons/Winery Topology Completion|Winery Topology Completion]]

Revision as of 12:24, 22 April 2014

About Winery

Winery Add-ons

Available Add-ons:

Winery Topology Completion

Back to the top