-
-
Save emilorol/34dd4493551eb90b4919a6a4e4ca0d93 to your computer and use it in GitHub Desktop.
Tools and frameworsk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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