f6ea527bbd9674c5b0296eb66870719dad280351
wiki/howto/onboarding.md
| ... | ... | @@ -8,7 +8,7 @@ First of all, make sure you've looked at [http://www.amazon.de/Patterns-Elements |
| 8 | 8 | |
| 9 | 9 | #### Installations |
| 10 | 10 | |
| 11 | -1. Eclipse (Eclipse IDE for Eclipse Committers, version 4.11.0 ["2019-03"]https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-eclipse-committers)), [http://www.eclipse.org](http://www.eclipse.org) |
|
| 11 | +1. Eclipse (Eclipse IDE for Eclipse Committers, version 4.13.0 ["2019-09"]https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-eclipse-committers)), [http://www.eclipse.org](http://www.eclipse.org) |
|
| 12 | 12 | 2. Install the eclipse plugins (see Automatic Eclipse plugin installation below) |
| 13 | 13 | 3. Git (e.g. Git for Windows v2.18), [http://git-scm.com](http://git-scm.com) / [https://git-for-windows.github.io](https://git-for-windows.github.io) |
| 14 | 14 | 4. MongoDB (e.g. Production Release 3.6.12), download: [https://www.mongodb.com/](https://www.mongodb.com/) |
| ... | ... | @@ -22,7 +22,7 @@ First of all, make sure you've looked at [http://www.amazon.de/Patterns-Elements |
| 22 | 22 | |
| 23 | 23 | The necessary Eclipse plugins described above can be automatically be installed into a newly unzipped version of [Eclipse IDE for Eclipse Committers 4.11.0 "2019-03"](https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-eclipse-committers) by using the script "configuration/installPluginsForEclipse2019-03.sh". In addition, the script applies some updates to plugins packaged with Eclipse itself. To start the plugin installation, run the following command using your Eclipse installation directory as command line parameter for the script: |
| 24 | 24 | |
| 25 | - ./installPluginsForEclipse2019-03.sh "/some/path/on/my/computer/eclipse" |
|
| 25 | + ./installPluginsForEclipse2019-09.sh "/some/path/on/my/computer/eclipse" |
|
| 26 | 26 | |
| 27 | 27 | Be aware that with this script it's not possible to update the plugins to newer versions. Instead you can install a new version by unpacking the base package and executing the script. |
| 28 | 28 |