Installation
Detailed instructions on how to install and configure Deploy into your Umbraco Commerce implementation.
The Umbraco Commerce Deploy package can be installed directly into your project's code base using our NuGet packages.
To install the Umbraco Commerce Deploy package via NuGet run the following command directly in the NuGet Manager Console window using Visual Studio:
PM> Install-Package Umbraco.Commerce.Deploy
Alternatively, you can also find and install the NuGet package via the NuGet Package Manager.

Installing Umbraco Commerce Deploy via the NuGet Package Manager
Umbraco Commerce Deploy does not consist of any UI files or database changes. It is generally ok to install the upgrade on top of a previous install.
Last modified 3mo ago