This script only requires that you have JBoss Developer Studio downloaded (as it is a protected download) and in the same location as the script, and it will then:
- Install JBDS in the location you specify
- Configure Java Runtime to use
- Install JBoss Integration Stack (Full install of Integration tools)
To execute the script just run:
$ ./install.sh
These are the default values that will be used for the installation:
- JBDS_BINARY - Current value=jboss-devstudio-8.0.0.GA-v20141020-1042-B317-installer-standalone.jar
- INSTALL_PATH - Current value=/tmp/jbdevstudio
- JAVA_HOME - Current value=/usr/java/latest
And can be specified, either by modifying the script (not recommended) or by setting the values in the shell, either exporting them:
$ export JAVA_HOME=/usr/jvm/java7
$ export INSTALL_PATH=/home/jmorales/jbdevstudio8
$ ./intall.sh
Or in the same line:
$ JAVA_HOME=/usr/jvm/java7 INSTALL_PATH=/home/jmorales/jbdevstudio8 ./intall.sh
Now what is left is:
- Update automatically from JBDS 8 to JBDS 8.0.1 (Only available as update site)
- Update automatically the Integration Stack
- Install only the IS parts you want (SwitchYard for example)
No hay comentarios:
Publicar un comentario