Easy step by step install in 30mins Create endeca user and make endeca user sudoer
Add endeca to /etc/sudoers $> vi /etc/sudoers
Login as Endeca and create endeca install directory with permissions
Download the below required linux installables of Endeca Commerce 3.2.1 from Oracle eDelivery (edelivery.oracle.com) to /home/endeca folder Choose Endeca for Linux and download
I am installing the basic required binaries to run Endeca Commerce Search
/home/endeca/V37716-01.zip /home/endeca/mdex_6.4.1.715066_x86_64pc-linux.sh Step 1: Install MDEX ./mdex_6.4.1.715066_x86_64pc-linux.sh --target /opt/endeca Step 2: Install Platform Services
Step 3: Install Workbench (Experience Manager) and Deployment Template Step 4: Deploy new Application using Deployment template (I call it testapp) Exit terminal and open a fresh one to Set the environment variables in Bash Create directory "apps" mkdir /opt/endeca/endeca/apps cd /opt/endeca/endeca/PlatformServices/ToolsAndFrameworks/3.1.2/deployment_template/bin
Step 5: Start Platform services, Workbench and Initialize services cd /opt/endeca/endeca/PlatformServices/6.1.3/tools/server/bin
cd /opt/endeca/endeca/PlatformServices/ToolsAndFrameworks/3.1.2/server/bin
Host changes (Alternatively you can add Hostname added to /etc/hosts file 127.0.0.1 <<yourhost>> to avoid below changes) cd /opt/endeca/endeca/apps/testapp/config/script/ vi AppConfig.xml vi LiveDgraphCluster.xml
cd /opt/endeca/endeca/apps/testapp/control/ ./initialize_services.sh Access workbench http://localhost:8006/ Step 6: Install, Deploy/Initialize Discover reference app (optional) Remove testapp
|
Technology hub > Developer Handy >