Created
December 27, 2016 14:17
-
-
Save obedmhg/6b52ddfc6c91da8b9dfadddb2c25ed7a to your computer and use it in GitHub Desktop.
Installing CAS
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
#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