-
Notifications
You must be signed in to change notification settings - Fork 2
Step by Step Installation
Thomas Kühn edited this page Oct 14, 2015
·
11 revisions
- Download, install, and start "Eclipse Modeling Tools" (version Luna).
- Select "File" -> "Import" to open the import wizard, select "Projects from Git" and hit "Next>".
- Enter https://github.com/leondart/FRaMED.git into the URI field and hit "Next>"
- Only select the master branch and continue with "Next>"
- Continue with "Next>" until you can "Finish" the project import.
- Import CROM project https://github.com/Eden-06/CROM.git in the same way.
- Open the *.genmodel and Reload it (using the model/crom_l1_composed.ecore file)
- Afterwards, generate all classes via the context menu of the *.genmodel
- Open the Update Manage "Help" -> "Eclipse Marketplace"
- Install the "Epsilon" Tool (Version 1.2)
- Install the "SWTBot"
- Afterwards run FRaMED by right-clicking on the org.framed.orm.model.editor project and select "Run As" -> "Eclipse Application" in the context menu.
- Continue with First Steps