Downloading HCL Commerce software
To set up an HCL Commerce production, development, or test
environment, you require the associated product software images. The HCL Commerce product consists of multiple software images that are packaged by platform. Each
platform package is called an eAssembly and each eAssembly contains all of the images that are
required for that offering to run on that platform. In addition, associated support software is
also available for sample deployments, and performance monitoring.
Procedure
- Review the list of the latest available download packages to ensure that you are obtaining the most up-to-date version of HCL Commerce software.
- Open a web browser and log in to the My HCLSoftware portal
website to download the software.
- Extract the packages.
- Optional:
If you are downloading Git bundles, you can create Git projects to view, modify, persist, and
share their contents.
git clone bundleName projectNameWhere:- bundleName
- The filename of the bundle you are cloning.
- projectName
- The name of the git project that you are creating.
For example:git clone HCL_Commerce_Store_9.1.0.0.bundle HCL_Commerce_Store - Optional: If you are downloading Docker images, you can load the images to
your system by running the following command.
docker load -i Docker_image_filename.tar - Optional:
If you are responsible for maintaining your organization's private Docker registry or git
repository, push the new images or git repositories. Then, developers in your organization can pull
the images or repositories from your own shared environment, instead of downloading from HCL.
For more information, see docker push.