Skip to content
Last update: November 25, 2024

Stable Releases

In this guide, we will explore the process of installing and updating to the latest stable release of Virto Commerce.

Install Platform stable release

To install a Platform stable release:

  1. Create a clean folder for Virto Commerce, for example, C:\vc-platform-stable.

  2. In the command prompt, go to your vc-platform folder:

    cd C:\vc-platform-stable
    
  3. Install the latest stable release for the platform and modules:

    vc-build install
    

    Tip

    To install a specific version of a stable release, use a -v parameter.
    For example, to install version 7, run vc-build install -v 7

The latest stable release has been installed.

Install module stable release

To install a module stable release, run:

vc-build install -module <moduleId>

Update to latest stable release

To update to the latest stable release:

  1. In the command prompt, go to your vc-platform folder:

    cd C:\vc-platform-stable
    
  2. Install the latest stable release for both platform and modules from the vc-package.json file:

    vc-build update
    

The stable release has been updated.