Skip to content

Step by Step Installation

Thomas Kühn edited this page Oct 16, 2017 · 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 Oxygen) [here].
  2. Make sure you have Java 1.7 (or higher) 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)
  9. Close the org.framed.ui.test and org.framed.testsuite project (to remove errors)
  10. If you need FRaMED's code generation
    • Then Install "Xtext" and "Xtend" via the marketplace
    • Otherwise close the org.crom.toformal project
  11. If you get an "Missing API base line error", use the solution provided on StackOverflow
  12. Afterwards run FRaMED by right-clicking on the org.framed.orm.model.editor project and select "Run As" -> "Eclipse Application" in the context menu.
  13. Continue with First Steps

Clone this wiki locally