Install Oracle Commerce ATG 11.3 in Windows

Oracle Commerce ATG is a framework that allows you to build enterprise e-commerce applications built on a reliable, scalable, flexible architecture. It helps you to attract new prospect users, convert them to buyers, increase their transactions, and retain them as profitable as long-term buyers.

We will install the following five applications:

  • Oracle Commerce Platform 11.3
  • Oracle Commerce Reference Store 11.3 (For reference)
  • Oracle Commerce Service Center 11.3 (Optional)
  • Oracle Commerce ACC 11.3 (Optional)
  • Oracle Commerce Store Accelerator 11.3 (For reference)
You can download each installer from Oracle Software Delivery Cloud


Oracle Commerce Platform contains all the modules required by ATG Core functionality such as Personalization, Cross-channel integration, Business user control, multi-site capabilities, etc.

Oracle Commerce Reference Store (CRS) is a reference application to guide you how to implement an e-commerce using some best practices for the ATG framework. Also, simplifies the setup and reduce the cost of ownership.

Oracle Commerce Service Center (CSC) is an application created to help Customer Service to find products, provide answers, change and make orders, view profiles, consult promotions or give some discount for customer satisfaction.

Oracle Commerce ACC (Administrative Control Center) is an application for developers used to manage the scenarios, edit/view components, view repositories, and create/edit pipelines.

Oracle Commerce Store Accelerator (CSA) is an application that simplifies and reduces the lead time for constructing new Oracle Commerce web applications or introducing features into an existing application.

Installing Prerequisites for ATG 11.3

During this installation process, I will use JBoss EAP as the application server but you can use others like Oracle Weblogic. Also, I will use Oracle Database but you can use MySQL or another relational database (I recommend you to use MySQL only for DEV environments). 

You need to set these environment variables (Control Panel --> System and Security --> System --> Advanced system settings --> Advanced tab --> Environment Variables button --> System variables)
  • ATG_ROOT = C:\opt\ATG\ATG11.3
  • ATGJRE = C:\opt\java\jre1.8.0_121\bin\java.exe
  • JAVA_HOME = C:\opt\java\jdk1.8.0_121
  • JBOSS_HOME = C:\opt\jboss-eap-7.0
  • DYNAMO_HOME = C:\opt\ATG\ATG11.3\home
  • ORACLE_HOME = C:\opt\oracle\oracle_db\12.1.0\dbhome
Once you created those variables, restart your computer.

Install Oracle Commerce Platform ATG 11.3

Double click on the "OCPlatform11.3.exe" file and follow the Installation Wizard. Basically, you only need to specify:
  • Installation path: C:\opt\ATG\ATG11.3
  • Products to install: All except MySQL & Demo Accounts
  • Application Server: JBoss
  • JBoss Home: C:\opt\jboss-eap-7.0
  • ATG RMI Port: 8860
  • Listen Port: 8080
  • JDK Home: C:\opt\java\jdk1.8.0_121
Use the same configuration displayed in following images











Install Oracle Commerce Reference Store 11.3

Double click on the "OCReferenceStore11.3.exe" file and follow the Installation Wizard. Basically, you only need to specify:
  • Installation path: C:\opt\ATG\ATG11.3
  • Shortcut folder: Oracle Commerce Platform 11.3
Use the same configuration displayed in following images









Install Oracle Commerce Service Center 11.3

Double click on the "OCServiceCenter11.3.exe" file and follow the Installation Wizard. Basically, you only need to specify:

  • Install Set: Full Install
  • Install Folder: C:\opt\ATG\ATG11.3
  • Shortcut Folder: Oracle Commerce Platform 11.3

Use the same configuration displayed in following images












Install Oracle Commerce ACC 11.3

Double click on the "OCACC11.3.exe" file and follow the Installation Wizard. Basically, you only need to specify:
  • Installation path: C:\opt\ATG\ATG11.3
  • Shortcut Folder: Oracle Commerce Platform 11.3
Use the same configuration displayed in following images









Install Oracle Commerce Store Accelerator 11.3

Double click on the "OCStoreAccelerator11.3.exe" file and follow the Installation Wizard. Basically, you only need to specify:
  • Installation path: C:\opt\ATG\ATG11.3
Use the same configuration displayed in following images








Now that we have finished with the ATG 11.3 Installation, you should have two folders into this path: C:\opt\ATG


Note: If you really want to corroborate that all ATG Installation was success, you should deploy and start an ATG application in JBoss, for that you can follow these steps: Deploy ATG Commerce Store Accelerator (CSA).


Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. Hi, Did u installed Endeca also in Windows 10 if yes, please let me know.

    ReplyDelete

Post a Comment

Popular posts from this blog

Deploy CSA 11.3 (Commerce Store Accelerator)

Deploy Endeca Reference Application 11.3.0

Install Oracle Endeca 11.3.0 in Windows