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 "Template:Riena/Setting up the IDE"

m (Riena Toolbox)
(Setting up the IDE)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Setting up the IDE ==
 
== Setting up the IDE ==
To get started with Riena, it's recommended to set up Eclipse with the Riena Toolbox installed.
+
*Install a Eclipse for Commiters. Download from [https://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/oxygen3a Eclipse]
  
=== Eclipse ===
+
== Clone with SSH ==
Download [https://eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/lunar Eclipse for RCP and RAP Developers] and start with a blank workspace.
+
*Generate a new SSH-Key pair.
 +
*Go to your github account and paste your key there.
 +
*Goto Window->Preferences->...->SSH2 and add your private key there
 +
*Clone the Riena repository:git@github.com:eclipse/org.eclipse.riena.git
 +
*Clone the Riena repository:git@github.com:eclipse/org.eclipse.riena.3xtargets.git
  
=== Riena Toolbox ===
+
== Clone with HTTPS ==  
Start Eclipse and install the Riena Toolbox:
+
*Clone the Riena repository:https://github.com/eclipse/org.eclipse.riena.git
* Open the Eclipse Install dialog from the main menu (''Help'' > ''Install New Software...'').
+
*Clone the Riena repository: https://github.com/eclipse/org.eclipse.riena.3xtargets.git
* Select all components from http://download.eclipse.org/rt/riena/toolbox/20120424
+
 
** Uncheck "Contact all update sites during install to find required software"
+
== Next Step ==
* Complete the installation (Eclipse will ask you to restart)
+
Next you need to install the Riena runtime. This is done by setting Riena as the ''Target Platform''. The Target Platform is the foundation for your Riena based application.
 +
*[[Riena/Target Platform 3x|Installing the Target Platform based on Eclipse 3.x]]

Latest revision as of 07:33, 16 May 2018

Setting up the IDE

  • Install a Eclipse for Commiters. Download from Eclipse

Clone with SSH

  • Generate a new SSH-Key pair.
  • Go to your github account and paste your key there.
  • Goto Window->Preferences->...->SSH2 and add your private key there
  • Clone the Riena repository:git@github.com:eclipse/org.eclipse.riena.git
  • Clone the Riena repository:git@github.com:eclipse/org.eclipse.riena.3xtargets.git

Clone with HTTPS

Next Step

Next you need to install the Riena runtime. This is done by setting Riena as the Target Platform. The Target Platform is the foundation for your Riena based application.

Back to the top