The Oracle Commerce software is distributed as a self-extracting bin file and install script.
CAS unpacks to approximately 400 MB. Because multiple versions may be stored, a destination in a large partition is recommended.
To install CAS on UNIX:
In your local environment, locate the CAS installation package that you downloaded from the Oracle Software Delivery Cloud. The name of the installation file is as follows:
Determine where you will install CAS. Verify that the target directory where you plan to install has enough available disk space and has write permissions (is not read-only). For example, in this procedure we assume that the target directory is
/usr/local
and that you have write permissions for it. If you do not set these permissions, the install script will not run.From the
/downloads
directory, start the installation with the following command:./OCcas11.3.0-linux64.bin
or
./OCcas11.3.0-solaris.bin
In the Choose Install Folder screen, enter
/usr/local
as the installation location.In the Choose Product Features screen, enter the number for the program features to be installed. The default is Typical.
Product Features Description Content Acquisition System Oracle Commerce Web Crawler and CAS Server, and a rich set of packaged adapters CAS Samples Examples of CAS usage. These examples contain code and configuration files. CAS Console as a Workbench Extension Web-based application used to crawl various data sources including file systems and content management systems CAS Deployment Template Integration Integrates CAS with the Tools and Frameworks Deployment Template. The integration enables you to control CAS operations using the Deployment Template. If
ENDECA_TOOLS_ROOT
orENDECA_TOOLS_CONF
is not set in the environment, the installer prompts you for these values.In the Pre-Installation Summary screen, review the settings you have selected and press Enter to continue.
In the Ready to Install screen, press Enter to start the installation.
The Installation Complete message displays at the completion of the installation.
Following installation:
To start the CAS Service, navigate to
/usr/local/endeca/CAS/<version>/bin
and run the following script:cas-service.sh
If you chose to install the CAS Console, you must restart the Oracle Tools Service.
Set the CAS_ROOT environment variable to the location where you installed CAS, for example,
/usr/local/endeca/CAS/11.3.0
.