Everytime new people start working on our project, they need to setup development environment on their computer Windows OS running on it. This contains:
- Java
- Eclipse as IDE
- Tomcat
- Maven
- MySQL
- ... and maybe some other tools
It takes time (because of download and install) and some people getting problems (for example because of missungerstanding setup guide)
Is it possible to simplify or maybe automate such development environment setups? My idea is to create kind of bundle and deliver it to developers. If some software need still to be installed it's also ok.
I found this question here How to automate development environment setup? but:
- I would like to find solution without using virtual machine if it somehow possible
- this question is from 2009. Maybe the things changed in last 7 years.
Thank you in advance
UPDATE
Just found two tools which looking good to me. I will try them boxstarter and chocolatey.