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"

m (adjusts TOC depth of "Compiliation instructions"; fix of casing)
(Content moved to gh-pages)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Winery Code Setup Guide ==
+
Content moved to http://eclipse.github.io/winery/
 
+
=== Repositories ===
+
 
+
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.
+

Latest revision as of 04:54, 13 July 2017

Content moved to http://eclipse.github.io/winery/

Back to the top