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:
-
Create a clean folder for Virto Commerce, for example,
C:\vc-platform-stable
. -
In the command prompt, go to your vc-platform folder:
-
Install the latest stable release for the platform and modules:
Tip
To install a specific version of a stable release, use a
-v
parameter.
For example, to install version 7, runvc-build install -v 7
The latest stable release has been installed.
Install module stable release¶
To install a module stable release, run:
Update to latest stable release¶
To update to the latest stable release:
-
In the command prompt, go to your vc-platform folder:
-
Install the latest stable release for both platform and modules from the vc-package.json file:
The stable release has been updated.