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.

Preparing Elastic Path Commerce Source Code for CloudOps

Preparing Elastic Path Commerce Source Code for CloudOps

Use this procedure to prepare Elastic Path Commerce source code for your project.

  1. Unzip the contents of the Elastic Path Commerce release package in to your project source directory.
    Elastic Path Commerce source code is delivered in the EP-Commerce-7.3.0.zip package, and contains Core Commerce, Cortex.
    Warning: Windows File Path Limitation

    Do not save your source project to a directory if the file path is greater than 20 characters. Windows file paths are limited to 260 characters. The longest file path in the source code is greater than 230 characters.

  2. To add project to source control, do the following:
    1. Add all files in the ep-commerce directory to a Git repository.
      Tip:

      If you use Git, convert line ending to LF on input.

      The command to configure this is:
      git config --global core.autocrlf input
    2. Create a development branch in the project repository.
      The branch name depends on the SCM and branch naming conventions.