Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Completing Elastic Path Commerce Setup

Completing Elastic Path Commerce Setup

Use this procedure to complete setting up Elastic Path Commerce after setting up CloudOps for AWS. You must configure the Maven settings.xml file to complete the setup.
Note: Developers use the extensions/maven/settings.xml file to build Elastic Path Commerce source. This needs to be configured to connect to the project's Maven repository that CloudOps sets up.
  1. Replace the PROJECT_REPOSITORY_GROUP_URL placeholder with the CloudOps DNS name of the project’s Nexus server.
    Tip: Prepend nexus.ep-build in front of your project’s DNS name to get this value. For example, if your project's DNS is example.com, the CloudOps DNS name of the project’s Nexus server is nexus.ep-build.example.com. For more information, see DNS Configuration (Amazon Route53).
  2. In the settings.xml file, make the required changes for your project.
  3. Commit the changes to source control.