ability to configure central software installation directory #152
Labels
enhancement
New feature or request
scripts
related to shell scripts (bash and CMD)
software
software-package with 3rd party products
Milestone
Currently every ide installation has its own isolated
software
folder. This is the way this IDE solution is designed to work. However, for power-users, that may have up to ~100 parallel installations this multiplies the required disc-space per software folder per number of installations even if all IDE installations would share the same versions.This enhancement shoud allow to configure an optional environment variable
DEVON_SOFTWARE_REPO
(ideally in~/devon.properties
- see #151). In case that variable is set, it must point to an existing directory. Further, it would change the behaviour ofdoInstall
such that the software is saved to${DEVON_SOFTWARE_REPO}/${software}/${version}
and then symlinked to${DEVON_IDE_HOME}/software/${software}
.Hence each version of each software tool would physically be only present once on your disc saving lots of disc-space.
However, there are some drawbacks of this feature:
However, as this feature would be optional and not active by default it would still be cool for those that want to use it.
The text was updated successfully, but these errors were encountered: