Version
Google Translate

How to install VCP Suite?

If you are using VCP Studio, then you don't need to install the VCP Suite because it should already have been installed, when you first installed the VCP Studio. Otherwise, please apply the following steps to install it properly:

  1. First of all, VCP CLI must be installed on the computer. If it's not already installed, click here to learn how to install VCP CLI.

  2. Make sure you have logged in to vcp.vertocore.com via VCP CLI. If you are not logged in, click here to see how to login.

  3. To install VCP Suite write the following command to your terminal:

    vcp suite install
    

Wait for the process to download and install to your computer. It may take about a minute on a 25 Megabit internet to complete the process.

How to update VCP Suite?

To update your existing VCP Suite, write the following command to your terminal:

vcp suite update

Preview versions

To install/update the latest preview version of VCP Suite, add --preview or -p parameter to the command arguments:

vcp suite install --preview
vcp suite update --p

Older versions

To install a specific version of VCP Suite, add --version or -v parameter to the command arguments:

vcp suite install --version 3.3.1
vcp suite update --v 4.0.0-rc.5

You can install older or newer versions. The version of VCP Suite and your solution's VCP package versions must be the same. Otherwise you will get errors due to templates not suitable for your project.


In this document