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"

(Videos)
(Update Sites)
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The Eclipe Installer, powered by [http://www.eclipse.org/oomph Oomph], automates the installation and update of Eclipse development environments:
+
The Eclipse Installer, powered by [http://www.eclipse.org/oomph Oomph], automates the installation and update of Eclipse development environments:
  
 
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-win64.exe Windows 64 Bit] (self-extracting exe)
 
* [http://www.eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-win64.exe Windows 64 Bit] (self-extracting exe)
Line 12: Line 12:
  
  
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].
+
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-win32.exe Windows 32 Bit], [http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-mac64.tar.gz Mac OS 64 Bit], [http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-linux64.tar.gz Linux 64 Bit], or [http://www.eclipse.org/downloads/download.php?file=/oomph/products/latest/eclipse-inst-linux32.tar.gz Linux 32 Bit].
 +
 
 +
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...
  
 
Our [http://download.eclipse.org/oomph/help help center] is still work in progress but you may already find answers to your questions there.
 
Our [http://download.eclipse.org/oomph/help help center] is still work in progress but you may already find answers to your questions there.
Line 35: Line 37:
  
 
The configuration is model driven, with the possibility to customize a lot for each project, each branch, each user…
 
The configuration is model driven, with the possibility to customize a lot for each project, each branch, each user…
 +
 +
== Update Sites ==
 +
 +
We offer three types of drops: release, milestone, and nightly. They can be found in these composite repos:
 +
 +
* [http://download.eclipse.org/oomph/updates/release http://download.eclipse.org/oomph/updates/release]
 +
* [http://download.eclipse.org/oomph/updates/milestone http://download.eclipse.org/oomph/updates/milestone]
 +
* [http://download.eclipse.org/oomph/updates/nightly http://download.eclipse.org/oomph/updates/nightly]
 +
 +
 +
The following is an uber composite of the three above composites:
 +
 +
* [http://download.eclipse.org/oomph/updates http://download.eclipse.org/oomph/updates]
 +
 +
 +
For each of the four composite repos we offer a smaller variant that contains only the latest drop:
 +
 +
* [http://download.eclipse.org/oomph/updates/release/latest http://download.eclipse.org/oomph/updates/release/latest] (contains only the latest release build)
 +
* [http://download.eclipse.org/oomph/updates/milestone/latest http://download.eclipse.org/oomph/updates/milestone/latest] (contains only the latest milestone build)
 +
* [http://download.eclipse.org/oomph/updates/nightly/latest http://download.eclipse.org/oomph/updates/nightly/latest] (contains only the latest nightly build)
 +
* [http://download.eclipse.org/oomph/updates/latest http://download.eclipse.org/oomph/updates/latest] (contains only the latest build)
 +
 +
 +
The single drops are individually available under '''http://download.eclipse.org/oomph/drops''' as follows:
 +
 +
[[Image:OomphDrops.png]]
 +
 +
Note that at most five nightly drops are kept and that milestone drops are only kept until shortly after the next release.
  
 
== Authoring Setup Models ==
 
== Authoring Setup Models ==
Line 75: Line 105:
 
== Tutorials ==
 
== Tutorials ==
  
 +
* [http://eclipsesource.com/blogs/tutorials/oomph-basic-tutorial/ Oomph Basic Tutorial] by Jonas Helming (December 2016)
 +
* [http://www.lorenzobettini.it/2015/10/oomph-setup-for-xtext-projects Oomph setup for Xtext projects] by Lorenzo Bettini (October 10th, 2015)
 +
* [https://www.youtube.com/watch?v=GRKhxroJsS8 The Eclipse Installer] by Martin Ambrus, a short presentation video of the Oomph-powered Eclipse Installer (August 2015)
 
* [http://thecodingflow.com/?p=50 Create your own product] by Florian Thienel (July 5th, 2015)
 
* [http://thecodingflow.com/?p=50 Create your own product] by Florian Thienel (July 5th, 2015)
 
* [http://thegordian.blogspot.de/2015/06/oomph-workshop-eclipse-way-you-want-it.html Oomph Workshop: Eclipse the Way You Want It] by Eike Stepper (June 21st, 2015)
 
* [http://thegordian.blogspot.de/2015/06/oomph-workshop-eclipse-way-you-want-it.html Oomph Workshop: Eclipse the Way You Want It] by Eike Stepper (June 21st, 2015)
Line 82: Line 115:
 
* [http://blogs.itemis.de/leipzig/archives/936 Quicker Start Guide for Oomph] by Philipp Hauer and Alexander Nittka (June 30th, 2014)
 
* [http://blogs.itemis.de/leipzig/archives/936 Quicker Start Guide for Oomph] by Philipp Hauer and Alexander Nittka (June 30th, 2014)
 
* [http://www.winklerweb.net/index.php/blog/12-eclipse/20-creating-custom-installations-with-oomph Creating Custom Installations with Oomph] by Stefan Winkler (April 1st, 2014)
 
* [http://www.winklerweb.net/index.php/blog/12-eclipse/20-creating-custom-installations-with-oomph Creating Custom Installations with Oomph] by Stefan Winkler (April 1st, 2014)
* [https://www.youtube.com/watch?v=GRKhxroJsS8 The Eclipse Installer] by Martin Ambrus, a short presentation video of the Oomph-powered Eclipse Installer (August 2015)
 
  
 
== Articles ==
 
== Articles ==
Line 98: Line 130:
 
== Videos ==
 
== Videos ==
  
 +
* [https://www.youtube.com/watch?v=TU1zjytlwFE OpenDaylight Mini Summit recording of an Oopmh related presentation (June 2016)] Slides from this session are also available [http://www.slideshare.net/mikervorburger/opendaylight-developers-experience-15-eclipse-setup-hot-reload-future-plans on slideshare (faster)] and [https://docs.google.com/presentation/d/14yLzog3OhIlVsk7Clr0Tff1YayRcFnQCUZqxHMWxiNI/ on GDocs in better quality]
 +
* [https://www.youtube.com/watch?v=BLW8aOh6WeQ OpenDaylight.org has Oomph, Eclipse.org Installer for automated workspace provisioning (April 2016)]
 
* [http://www.youtube.com/watch?v=GRKhxroJsS8 The Eclipse Installer] a short presentation video of the Oomph-powered Eclipse Installer (August 2015)
 
* [http://www.youtube.com/watch?v=GRKhxroJsS8 The Eclipse Installer] a short presentation video of the Oomph-powered Eclipse Installer (August 2015)
 
* [http://www.youtube.com/watch?v=a3h76AQQKN0 Oomph: Eclipse the Way You Want It] a speaker pitch video for the EclipseCon France (June 2015)
 
* [http://www.youtube.com/watch?v=a3h76AQQKN0 Oomph: Eclipse the Way You Want It] a speaker pitch video for the EclipseCon France (June 2015)
 
* [http://www.infoq.com/interviews/eike-stepper-eclipse-oomph-project Interview with Eike Stepper on the Eclipse Oomph project] by Alex Blewitt (May 27th, 2015)
 
* [http://www.infoq.com/interviews/eike-stepper-eclipse-oomph-project Interview with Eike Stepper on the Eclipse Oomph project] by Alex Blewitt (May 27th, 2015)
* [http://www.infoq.com/presentations/oomph Oomph: Eclipse the Way You Want It] session recording and slides from the EclipseCon North America (March 2015)
+
* [http://www.infoq.com/presentations/oomph Oomph: Eclipse the Way You Want It] session recording and slides from the EclipseCon North America (May 21st, 2015)
 
* [http://www.youtube.com/watch?v=M6ZnL2mO88Q Papyrus Oomph Model Refinements] by Christian Damus (July 8th, 2014)
 
* [http://www.youtube.com/watch?v=M6ZnL2mO88Q Papyrus Oomph Model Refinements] by Christian Damus (July 8th, 2014)
 
* [http://www.youtube.com/watch?v=hgKjzr2pXzI Provisioning a Papyrus Development IDE with Oomph] by Christian Damus (July 6th, 2014)
 
* [http://www.youtube.com/watch?v=hgKjzr2pXzI Provisioning a Papyrus Development IDE with Oomph] by Christian Damus (July 6th, 2014)
 
* [http://www.youtube.com/watch?v=_QlSosecEUo&list=UUej18QqbZDxuYxyERPgs2Fw Oomph: Automatically Provision a Project-specific IDE] a video recording of the talk at the EclipseCon France (June 2014)
 
* [http://www.youtube.com/watch?v=_QlSosecEUo&list=UUej18QqbZDxuYxyERPgs2Fw Oomph: Automatically Provision a Project-specific IDE] a video recording of the talk at the EclipseCon France (June 2014)

Revision as of 02:51, 22 January 2017

The Eclipse Installer, powered by Oomph, automates the installation and update of Eclipse development environments:


To download the latest nightly build of the installer, pick one of Windows 64 Bit, Windows 32 Bit, Mac OS 64 Bit, Linux 64 Bit, or Linux 32 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. If you are in doubt about the project's name see what The Free Dictionary says.


Features

OomphSimpleInstaller2.png


Non-exhaustive list of features:

  • Provisioning correct set of plugins in the Eclipse IDE.
  • Binding Git repos (incl. personal Gerrit push URL).
  • Checking out projects.
  • Setting workspace preferences.
  • Configuring 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…

Update Sites

We offer three types of drops: release, milestone, and nightly. They can be found in these composite repos:


The following is an uber composite of the three above composites:


For each of the four composite repos we offer a smaller variant that contains only the latest drop:


The single drops are individually available under http://download.eclipse.org/oomph/drops as follows:

OomphDrops.png

Note that at most five nightly drops are kept and that milestone drops are only kept until shortly after the next release.

Authoring Setup Models

Please read Oomph Authoring Guide.


Frequently Asked Questions

Please read the FAQ or revisit our help center.


Getting in Touch

First browse the FAQ to see if your question has already been answered.


As a user you should post your questions and comments to the public forum:


You can also monitor the developer mailing list or discuss development topics:


If you encounter trouble or miss a feature please:


Contributing to Oomph

Please read the Oomph Contributor Guide.


Tutorials

Articles

Videos

Back to the top