Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frademacher committed Jun 5, 2019
1 parent e1da6f4 commit 2eff9eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ ZMS-Book-Metamodel/
zorg.xtext.example*
target/
de.fhdo.ddmm.model_processing/
releases/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
This repository contains modeling languages for the viewpoint-specific model-driven development of microservice architectures. The conceptual foundations of the languages are described in several publications [1–3].

Please follow these steps if you want to try out the modeling languages on the basis of the case study example described in [3]:
1. Download the [Eclipse IDE for Java and DSL Developers](https://www.eclipse.org/downloads/packages/release/2018-12/r/eclipse-ide-java-and-dsl-developers).
1. The easiest way to try out the modeling languages is to download one of the prepackaged [releases](https://github.com/SeelabFhdo/ddmm/releases) for your OS. Then clone the repository to your harddrive, run the ``eclipse`` executable, and go to step 11.

If you are interested in the implementations of the modeling languages, either download one of the prepackaged [releases](https://github.com/SeelabFhdo/ddmm/releases) for your OS and go to step 4. Otherwise, if you instead want to setup your own Eclipse environment for both studying the languages' implementations and trying them out, download the [Eclipse IDE for Java and DSL Developers](https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-java-and-dsl-developers) first. Then continue with step 2.
2. Run the downloaded Eclipse package by starting the ``eclipse`` executable.
3. Install the [ATL Transformation Language](https://marketplace.eclipse.org/content/atl) from the Eclipse Marketplace in the downloaded Eclipse package.
4. Clone the repository to your harddrive.
Expand Down
Binary file not shown.

0 comments on commit 2eff9eb

Please sign in to comment.