Skip to content

Commit

Permalink
Add Eclipse Marketplace link
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Mar 6, 2020
1 parent f1fb958 commit d80e115
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ permalink: /docs/faq/
Frequently asked questions:

### Where can I download the Eclipse Plugin?
Use the following Eclipse Update Site and install the plugin in Eclipse via *Help -> Install New Software...* (copy past the update site link)
Open the [Eclipse Marketplace](https://marketplace.eclipse.org/content/context-mapper) in Eclipse, search for "Context Mapper", and press "Install".

Alternatively, use the following Eclipse update site and install the plugin in Eclipse via *Help -> Install New Software...* (copy past the update site link)

Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)

Expand Down
11 changes: 10 additions & 1 deletion _docs/getting-started-create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ includes the following first steps:
4. Create a file with the file extension **.cml**

## 1. Install Context Mapper Plugin
Follow this procedure to install the Context Mapper plugin:
The Context Mapper Eclipse plugin can be installed via the marketplace:
<br>([https://marketplace.eclipse.org/content/context-mapper](https://marketplace.eclipse.org/content/context-mapper))

1. Open the marketplace in your Eclipse with the menu entry _Help -> Eclipse Marketplace..._
2. Search for "Context Mapper"
3. Press "Install" on the Context Mapper plugin

<a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=5009351" class="drag" title="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client"><img typeof="foaf:Image" class="img-responsive" src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png" alt="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client" /></a>

Alternatively you can follow this procedure to install the plugin with our update site URL directly:

1. Open the plugin installation dialog in Eclipse with the menu entry _Help -> Install New Software..._
2. Enter the following update site URL to the field _Work with:_ on the top of the dialog:
Expand Down
10 changes: 7 additions & 3 deletions _docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ To model with Context Mapper you need our Eclipse Plugin providing the CML langu
will be released in the future but is not ready yet.

## Install Context Mapper Eclipse Plugin
To start with Context Mapper install our Eclipse plugin by using the following **update site**:
To start with Context Mapper install our Eclipse plugin via the **Eclipse Marketplace** or by using our **update site**:

**[https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)**
**Eclipse Marketplace: [https://marketplace.eclipse.org/content/context-mapper/](https://marketplace.eclipse.org/content/context-mapper/)**

**Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)**

### System Requirements
To use the ContextMapper DSL Eclipse plugin you need the following tools:

* [Java JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) (JDK 8 or newer)
* [Eclipse](https://www.eclipse.org/downloads/packages/)
* ContextMapper Eclipse Plugin (Eclipse Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/))
* ContextMapper Eclipse Plugin
* Eclipse Marketplace: [https://marketplace.eclipse.org/content/context-mapper/](https://marketplace.eclipse.org/content/context-mapper/)
* Eclipse Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)
* If you want to use our [Context Map generator](/docs/context-map-generator/) you need to have [Graphviz](https://www.graphviz.org/) installed on your system.
* Ensure that the binaries are part of the _PATH_ environment variable and can be called from the terminal.
* Especially on Windows this is not the case after the installation of [Graphviz](https://www.graphviz.org/). The default installation path is
Expand Down
6 changes: 5 additions & 1 deletion _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Context Mapper is a modular and extensible modeling framework based on **Domain-
The **[core component](/docs/language-reference/)** provides a DSL to create context maps based on these DDD patterns. The model behind the language and its semantic rules aim
to formalize **our interpretation of the DDD patterns** and how they can be combined in a concise manner.

**Eclipse Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)**
**Eclipse Marketplace: [https://marketplace.eclipse.org/content/context-mapper/](https://marketplace.eclipse.org/content/context-mapper/)**

**Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)**

<a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=5009351" class="drag" title="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client"><img typeof="foaf:Image" class="img-responsive" src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png" alt="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client" /></a>

![Context Mapper Framework Components](/img/context-mapper-framework-components.png)

Expand Down

0 comments on commit d80e115

Please sign in to comment.