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"

(created template)
 
(Setting up the IDE)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Setting up the IDE
+
== Setting up the IDE ==
 +
*Install a Eclipse for Commiters. Download from [https://www.eclipse.org/downloads/packages/eclipse-ide-eclipse-committers/oxygen3a 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 ==
 +
*Clone the Riena repository:https://github.com/eclipse/org.eclipse.riena.git
 +
*Clone the Riena repository: https://github.com/eclipse/org.eclipse.riena.3xtargets.git
 +
 
 +
== 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.
 +
*[[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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.