CIM helps to simplify product configuration by walking you through the required steps. This ensures that all necessary steps are completed and are done in the correct order. You can use CIM to get an installation running quickly and easily.

CIM handles the following configuration steps:

See the CIM help and the Platform Installation and Configuration Guide for additional information.

To configure Core Commerce using CIM, do the following:

  1. Install your application server. Refer to your application server documentation for information.

  2. Install your Oracle Commerce Platform applications, using the appropriate installers for each.

  3. Create your databases and set up accounts (note that you do not need to do this if you are configuring the included MySQL demo database).

  4. Start CIM. Go to the <ATG11dir>/home/bin directory and type:

    cim

    Note: You can type H at any CIM prompt for additional information as you proceed through the configuration steps. Note that CIM menus change dynamically depending on the products you have installed and the selections you have made in your configuration.

  5. Select the products that you want to configure.

  6. Select add-ons. Add-ons are applications that support other applications, but are unlikely to be used on their own.

  7. Select any demo applications that you want to install.

  8. Select whether you want to configure a switching or a non-switching datasource. See Creating Tables for a Switching Schema for more information.

  9. Select your application server.

  10. Configure your database. Start by configuring datasources for each database.

    A datasource is a configuration file that contains the connection information for your database. CIM automatically calculates which databases are required to support your installation. (For example, if you are not using switching, you probably only need to configure publishing and production core datasources; if you are using switching, you must also configure your two switching datasources.)

    For the MySQL demo database, use the following values:

    • User name: (see table that follows for user names)

    • Password: (see table that follows for passwords)

    • Host: localhost

    • Port: 3306

    • Database Name: (see table that follows for database names)

    • Database URL: (automatically generated)

    • JNDI Name: (use the CIM-generated name)

    • Driver Path: <ATGdir>/MySQL/mysql-connector-java-6.1-bin.jar

      Database Name

      Account User Name

      Password

      production_core

      prod

      Welcome1

      publishing

      pub

      Welcome1

      switchingA

      switchA

      Welcome1

      switchingB

      switchB

      Welcome1

      agent

      agent

      Welcome1

      datawarehouse

      dw

      Welcome1

    Then you must create schemas. CIM automatically runs the scripts that create your database schemas and imports any initial data required. Before you can import data into the MySQL demo database, you may be prompted to create passwords for user accounts.

  11. Configure your server instances. See the Platform Installation and Configuration Guide for information on server instances. CIM automatically calculates the minimum number of server instances required to run your installed products. For most Core Commerce installations, you need at least a publishing server and a production server.

  12. Assemble and deploy your application EAR files to your application server.

Note that CIM does not configure your ATG Content Administration topography. See the Content Administration Programming Guide.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices