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 "Eclipse Installer"

(Authoring Quick Starter)
(127 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Warning|Work in Progress|This page might not be in sync with the latest tool version. Please help to improve this page.}}
+
[[File:Oomph_Project_Logo.png|link=Oomph]] <span style="font-size:90%;">[[Oomph|Powered by Oomph]]</span>
  
== What is Oomph? ==
+
The Eclipse Installer automates the installation and update of Eclipse development environments:
  
Eclipse Oomph is an installer and updater for Eclipse development environments. See what [http://www.thefreedictionary.com/oomph The Free Dictionary] says.
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-win64.exe Windows 64 Bit] (self-extracting exe)
  
== Installation ==
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-mac64.dmg Mac OS 64 Bit] (dmg) / [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-mac64.tar.gz Mac OS 64 Bit] (tar.gz)
  
Just download the installer for your operating system and unzip it to your local disk:
+
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-linux64.tar.gz Linux 64 Bit] (tar.gz)
  
* [https://hudson.eclipse.org/cdo/job/emf-cdo-integration/lastSuccessfulBuild/artifact/zips/Setup-Windows.zip Setup-Windows.zip]
 
* [https://hudson.eclipse.org/cdo/job/emf-cdo-integration/lastSuccessfulBuild/artifact/zips/Setup-Windows-32bit.zip Setup-Windows-32bit.zip]
 
* [https://hudson.eclipse.org/cdo/job/emf-cdo-integration/lastSuccessfulBuild/artifact/zips/Setup-Mac.zip Setup-Mac.zip]
 
* [https://hudson.eclipse.org/cdo/job/emf-cdo-integration/lastSuccessfulBuild/artifact/zips/Setup-Linux.zip Setup-Linux.zip]
 
  
Then start the included executable:
+
To download the latest nightly build of the installer, pick one of
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-win64.exe Windows 64 Bit],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-mac64.dmg Mac OS 64 Bit (dmg)],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-mac64.tar.gz Mac OS 64 Bit (tar.gz)],
 +
[http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-linux64.tar.gz Linux 64 Bit].
  
[[Image:InstallerDialogScreenshot.png]]
+
You can also install the Oomph runtime into an existing IDE from the latest [http://download.eclipse.org/oomph/updates/latest update site] or [http://www.eclipse.org/downloads/download.php?file=/oomph/updates/latest/org.eclipse.oomph.site.zip site archive]. See [[#Update Sites|update sites]] for more...
  
The installer comes with a [http://git.eclipse.org/c/cdo/cdo.git/plain/plugins/org.eclipse.emf.cdo.releng.setup/help/installer/index.html help page].
+
Our [http://download.eclipse.org/oomph/help help center] is still work in progress but you may already find answers to your questions there.
  
 +
The installer is provided by the [http://www.eclipse.org/oomph Oomph] project.
  
== Features ==
 
  
Nom-exhaustive list of features:
+
[[Image:OomphSimpleInstaller2.png]]
  
* Provisioning correct set of plugins in the Eclipse IDE.
+
See the [[Eclipse_Oomph_Authoring|Authoring Guide]] for details about how to customize the installer to create installations and provision workspaces for your specialized needs.
* Binding Git repos (incl. personal Gerrit push URL).
+
* Checking out projects.
+
* Setting workspace preferences.
+
* Configuring [[Setup-Eclipse/Dynamic_working_sets|dynamic working sets]].
+
* Keeping project preferences files in sync.
+
 
+
The configuration is model driven, with the possibility to customize a lot for each project, each branch, each user…
+
 
+
 
+
== Authoring Setup Models ==
+
 
+
Please read [[Eclipse Oomph Authoring]].
+
 
+
== Mailing List ==
+
 
+
Until it has been decided upon the final container project for the tool (currently it belongs to the CDO Releng tools) that would be the [http://www.eclipse.org/forums/index.php/f/108/ EMF newsgroup] or the [https://dev.eclipse.org/mailman/listinfo/emf-dev emf-dev mailing list].
+
 
+
Please prefix the subject header of your posts with "[Oomph] ".
+
 
+
 
+
== Bug Reports and Feature Requests ==
+
 
+
First browse the [[#Frequently Asked Questions|FAQ]] section in this article.
+
 
+
Then [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Modeling&component=cdo.releng&list_id=8268012&product=EMF&query_format=advanced&short_desc=%5BOomph%5D&short_desc_type=allwordssubstr search] existing bugzillas to avoid duplication.
+
 
+
If nothing else helps kindly [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMF&component=cdo.releng&version=4.3&short_desc=%5BOomph%5D submit] a bugzilla.
+
 
+
 
+
== See Also ==
+
 
+
* [http://ed-merks.blogspot.fr/2014/02/shoes-for-shoemaker.html Shoes for the Shoemaker] a blog post by Ed Merks about the setup tool.
+
* [http://dev.eclipse.org/mhonarc/lists/emf-dev/msg01679.html Emf-dev - CDO Releng tools - setup tool?]
+
 
+
 
+
== Frequently Asked Questions ==
+
 
+
=== How can I change values I've entered in the prompt dialog (e.g., my "git.user.id") once that dialog is gone? ===
+
In your installed IDE there should be button with a blue person in the main toolbar. Please click it to open your setup preferences. All prompted values are stored as VariableTasks in there and you're able to change them. (see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=428268 Bug 428268])
+

Revision as of 09:00, 7 November 2018

Oomph Project Logo.png Powered by Oomph

The Eclipse Installer automates the installation and update of Eclipse development environments:


To download the latest nightly build of the installer, pick one of Windows 64 Bit, Mac OS 64 Bit (dmg), Mac OS 64 Bit (tar.gz), Linux 64 Bit.

You can also install the Oomph runtime into an existing IDE from the latest update site or site archive. See update sites for more...

Our help center is still work in progress but you may already find answers to your questions there.

The installer is provided by the Oomph project.


OomphSimpleInstaller2.png

See the Authoring Guide for details about how to customize the installer to create installations and provision workspaces for your specialized needs.

Back to the top