Skip to content

Instantly share code, notes, and snippets.

@obedmhg
Created December 27, 2016 14:17
Show Gist options
  • Save obedmhg/6b52ddfc6c91da8b9dfadddb2c25ed7a to your computer and use it in GitHub Desktop.
Save obedmhg/6b52ddfc6c91da8b9dfadddb2c25ed7a to your computer and use it in GitHub Desktop.
Installing CAS
#create a response file cas_response.properties
vi cas_response.properties
INSTALLDIR=/home/<user>/endeca/CAS
CASPORT=8500
CASSHUTDOWNPORT=8506
ENDECA_TOOLS_ROOT=/home/<user>/endeca/ToolsAndFrameworks/11.2.0
ENDECA_TOOLS_CONF=/home/<user>/endeca/ToolsAndFrameworks/11.2.0/server/workspace
#Then run the silent install as follows:
./OCcas11.2.0-Linux64.bin -i silent -f cas_response.properties
#This will install everything under the path you define on cas_response.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment