Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tigerstripe Download instructions"

 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{backlink|Tigerstripe}}
 
{{backlink|Tigerstripe}}
  
Tigerstripe downloads are available as .zip files from http://www.eclipse.org/tigerstripe/downloads or through our Update Site (more details on http://www.eclipse.org/tigerstripe/downloads/updates.php )
+
To install Tigerstripe:
  
Each build/release is split in multiple features to split the End-User Workbench from the underlying Tigerstripe MDE framework. The following features are available:
+
# To download the Eclipse Modeling Tools package:
* '''Tigerstripe Annotations''': this framework allows to annotate models, but also any type of resources/objects within an Eclipse workspace. It has no other dependencies on Tigerstripe code, but is used by Tigerstripe Core and Workbench. Choose this feature if you want to leverage the annotation framework alone.
+
## Navigate to the Eclipse web site (http://www.eclipse.org) and select the '''Downloads''' tab.
* '''Tigerstripe Core''': contains all the non-UI core functionalities about Tigerstripe, including model management, generation engine, generators lifecycle management, etc... Choose this if you are interested in building functionalities on top of Tigerstripe core features or if you want to run Tigerstripe Headless in a continuous build environment, e.g.
+
## Scroll down to the '''Eclipse Modeling Tools''' package.
* '''Tigerstripe Workbench''': this is the complete Tigerstripe End-User MDE environment. It includes all the functionalities required to build, edit and maintain models, as well as create/edit Tigerstripe Generators and Profiles. Choose this if you want to start building a model directly.
+
## To download the package, select the platform you are working on.
 +
# To install the Eclipse Modeling Tools package:
 +
## In your Eclipse IDE, select '''Help > Install New Software'''. The Available Software dialog is displayed. [[Image:tigerstripe-install.jpg]]
 +
## Click '''Add'''. In the Add Repository dialog:
 +
### Enter a name for the repository (for example, "Tigerstripe").
 +
### Copy the '''Update Site''' URL from the Tigerstripe Downloads page (http://www.eclipse.org/tigerstripe/downloads.php), paste it into the '''Location''' text area, and click '''OK'''.
 +
## Click '''Select All''', then click '''Next'''.
 +
## The Install Details dialog appears.  Click '''Next'''.
 +
## Accept the terms of the license agreement and click '''Finish'''.
 +
# After the software is installed, click '''Restart Now'''.
  
 
[[Category:Tigerstripe]]
 
[[Category:Tigerstripe]]

Latest revision as of 21:05, 4 November 2010

< To: Tigerstripe

To install Tigerstripe:

  1. To download the Eclipse Modeling Tools package:
    1. Navigate to the Eclipse web site (http://www.eclipse.org) and select the Downloads tab.
    2. Scroll down to the Eclipse Modeling Tools package.
    3. To download the package, select the platform you are working on.
  2. To install the Eclipse Modeling Tools package:
    1. In your Eclipse IDE, select Help > Install New Software. The Available Software dialog is displayed. Tigerstripe-install.jpg
    2. Click Add. In the Add Repository dialog:
      1. Enter a name for the repository (for example, "Tigerstripe").
      2. Copy the Update Site URL from the Tigerstripe Downloads page (http://www.eclipse.org/tigerstripe/downloads.php), paste it into the Location text area, and click OK.
    3. Click Select All, then click Next.
    4. The Install Details dialog appears. Click Next.
    5. Accept the terms of the license agreement and click Finish.
  3. After the software is installed, click Restart Now.

Back to the top