Skip to content

Instantly share code, notes, and snippets.

@obedmhg
Created December 27, 2016 14:14
Show Gist options
  • Save obedmhg/333783ddfef8d9b87744496a452e2fce to your computer and use it in GitHub Desktop.
Save obedmhg/333783ddfef8d9b87744496a452e2fce to your computer and use it in GitHub Desktop.
Tools and frameworsk
#Edit the exisitng silent_response.rsp that exist already where the installer lives
vi /cd/Disk1/install/silent_response.rsp which is at just change the
#Change the UNIX_GROUP_NAME to match with the user that is doing the installation
UNIX_GROUP_NAME="<user>"
#Run the silent installer, this will be ask for the response file we just editted, the name of the Folder that will be installed, along with the path to install.
#We will use the standar and recomendation which is ToolsAndFrameworks
./silent_install.sh /media/sf_shared/EndecaInstallers/3ToolsAndFrameworks/cd/Disk1/install/silent_response.rsp ToolsAndFrameworks /home/<user>/endeca/ToolsAndFrameworks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment