Skip to content

Step by Step Installation

Thomas Kühn edited this page Jul 11, 2016 · 11 revisions

HOME > USERS > STEP BY STEP INSTALLATION

Here, each step of the installation process is presented.

Installation

  1. Download, install, and start "Eclipse Modeling Tools" (version Luna) [here].
  2. Make sure you have Java 1.7 installed and set as default for the whole Eclipse Workbench (Very Important)
  3. Select "File" -> "Import" to open the import wizard, select "Projects from Git" and hit "Next>".
  4. Enter https://github.com/leondart/FRaMED.git into the URI field and hit "Next>"
  5. Only select the master branch and continue with "Next>"
  6. Continue with "Next>" until you can "Finish" the project import.
  7. Import CROM project https://github.com/Eden-06/CROM.git in the same way.
    • Open the *.genmodel and "Reload..." the model via the context menu (using the model/crom_l1_composed.ecore file)
    • Afterwards, generate all classes via the context menu of the src-gen/crom_l1_composed.genmodel
  8. Open the Update Manage "Help" -> "Eclipse Marketplace"
    • Install the "Epsilon" Tool (Version 1.2)
    • Install the "SWTBot"
  9. Afterwards run FRaMED by right-clicking on the org.framed.orm.model.editor project and select "Run As" -> "Eclipse Application" in the context menu.
  10. Continue with First Steps

Clone this wiki locally