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"

(Initial skeletton for Wiki page)
 
(Content moved to gh-pages)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
Content moved to http://eclipse.github.io/winery/
== Winery ==
+
 
+
 
+
=== Winery Code Setup Guide ===
+
 
+
==== 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].
+
 
+
===== 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.models</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