Deployment is the process of copying assets from the Merchandising development environment to a staging or production environment.

Each repository that contains deployable assets exists in three forms:

Source and destination repositories are already set up for assets that use the standard, unmodified Merchandising repositories. Creating the target repositories is part of the process of defining the target server, which is step 2 of the following procedure.

To configure deployment resources:

  1. Read the Deployment Concepts chapter of the ATG Content Administration Programming Guide to become familiar with the deployment process.

  2. Set up the target server and database, as described in the Setting Up Deployment chapter of the ATG Content Administration Programming Guide.

    Note: If you made changes to the standard repositories, such as adding properties to an existing item descriptor, you must make the same changes to the corresponding target repositories. The standard repositories and their locations are the same on the target server as they are on the asset management server.

  3. If you created custom repositories, configure them for deployment, as described in the Setting Up Deployment chapter of the ATG Content Administration Programming Guide.

  4. Add any versioned repositories that are not already there, including custom repositories and the RefinementRepository that is used by Search Merchandising and Faceted Search. Follow the instructions in the Setting Up Deployment chapter of the ATG Content Administration Programming Guide.

  5. If you are including a completely new file, reassemble, redeploy, and restart the application. If you used AssetResolver to add a custom repository, you do not need to build a new .ear file; you need only to restart the application.