segunda-feira, 2 de março de 2015

Endeca 11.1.0 Installation and Configuration

Before starting, it is a good practice to set a hostname to the machine and configuring it in the /etc/hosts machine. In this example the hostname is defined as ‘endeca’.

You need to download the installers at http://edelivery.oracle.com. In the box ‘Select a Product Pack’ chose Oracle Endeca and in platform choose Linux x86 , to systems of 32 bits or Linux x86-64 to systems of 64 bits. Click in ‘Go’. Select ‘Oracle Commerce (11.1.0), Linux’ and make the download of the following installers:

Oracle Commerce MDEX Engine 6.5.1 for Linux
Oracle Commerce Content Acquisition System 11.1 for Linux
Oracle Commerce Experience Manager Tools and Frameworks 11.1 for Linux
Oracle Commerce Guided Search Platform Services 11.1 for Linux






MDEX 6.5.1

 Unzip the MDEX 6.5.1 installer.
  • chmod a+x ./OCmdex6.5.1-Linux64_829811.sh
  • ./OCmdex6.5.1-Linux64_829811.sh --target /apps
  •  cd /apps/endeca/MDEX/6.5.1/
  • . mdex_setup_sh.ini

Platform Services 11.1.0

Unzip the Platform Services installer

  • chmod a+x ./OCplatformservices11.1.0-Linux64.bin
  • ./OCplatformservices11.1.0-Linux64.bin –target /apps
  • In this tutorial we will use the default ports:
  • Endeca HTTP Service: 8888
  • Shutdown Port: 8090
  • Install EAC Agent: Y
  • MDEX Install dir: /apps/endeca/MDEX/6.5.1
  • Install reference implementations: Y
  • cd /apps/endeca/PlatformServices/workspace/setup
  • . installer_sh.ini


Tools and Frameworks 11.1.0

Unzip the Tools And Frameworks installer
  • ./cd/Disk1/install/runInstaller.sh
  • Press Y to continue
  • Click in ‘Next’
  • Click in ‘I accept the License Terms and Export Restrictions’
  • Choose Complete Installation and press ‘Next’
  • Choose the name and the full path of installation. In this case:
  • /apps/endeca/ToolsAndFrameworks
  • Type the password and click in ‘Next’
  • Click em Install.
  • Wait the end of the installation and click in ‘OK’ and ‘Exit’. Click in ‘Yes’.

 

CAS 11.1.0

Unzip the installer of the CAS 11.1.0
  • chmod a+x ./OCcas11.1.0-Linux64.sh
  • .OCcas11.1.0-Linux64.sh --target /apps
We will use the default ports in this tutorial:
  • CAS Service Port: 8500
  • Shutdown Port:  8506
This two following variables need to be configured in .bash_profile:
  • ENDECA_TOOLS_ROOT: /apps/endeca/ToolsAndFrameworks/11.1.0
  • ENDECA_TOOLS_CONF: /apps/endeca/ToolsAndFrameworks/11.1.0/server/workspace
  • Server Name: endeca (configured before in the /etc/hosts file)

Initializing the services:

Platform Services 11.1.0

cd /apps/endeca/PlatformServices/11.1.0/tools/server/bin
./startup.sh

CAS 11.1.0

cd /apps/endeca/CAS/11.1.0/bin
nohup ./cas-service.sh &

Tools And Frameworks 11.1.0

cd /apps/endeca/ToolsAndFrameworks/11.1.0/server/bin
./startup.sh




To test if Workbench is running, acces http://endeca:8006.

Login with the user admin and with the password set in the Tools And Frameworks installation. If the options 'Data Sources' appears, the CAS is installed with success.

It is a good practice to define the Endeca environment variables in the .bash_profile:

export ENDECA_ROOT=/apps/endeca/PlatformServices/11.1.0;
export ENDECA_CONF=/apps/endeca/PlatformServices/workspace;
export ENDECA_TOOLS_ROOT=/apps/endeca/ToolsAndFrameworks/11.1.0;
export ENDECA_TOOLS_CONF=/apps/endeca/ToolsAndFrameworks/11.1.0/server/workspace;
export ENDECA_MDEX_ROOT=/apps/endeca/MDEX/6.5.1;








References

MDEX 6.5.1 Documentation: http://docs.oracle.com/cd/E55324_01/index.html
Platform Services 11.1.0 Documentation: http://docs.oracle.com/cd/E55327_01/index.html
Tools and Frameworks 11.1.0 Documentation: http://docs.oracle.com/cd/E55326_02/index.html
CAS 11.1.0 Documentation: http://docs.oracle.com/cd/E55325_01/index.html

Um comentário:

  1. si da un error al instalar las tools es necesario hacer esto yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" si es en centos minimal. y conectarse con mobaxterm.
    Gracias fue de mucha ayuda el post

    ResponderExcluir