Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emilorol/34dd4493551eb90b4919a6a4e4ca0d93 to your computer and use it in GitHub Desktop.
Save emilorol/34dd4493551eb90b4919a6a4e4ca0d93 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