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

Content Installation
When the Portal package is installed, all relevant database configurations automatically occur via Umbraco Migrations. There are a series of content creation steps that need to be triggered manually as these types of migrations are not supported by Umbraco.
To install the relevant Portal content follow these steps:
Access the Umbraco CMS backoffice.
Navigate to the Settings section.
Locate the Portal Dashboard.

Click the Install button.
Select your site's root node which is configured with a Umbraco Commerce store.
Click Install.


During this install, Umbraco Commerce Portal will perform the following tasks:
Upgrading
The Portal package uses a combination of database migrations and a manual install dashboard for both installs and upgrades. To upgrade, install the latest version over the existing package and complete the installation steps.
Last updated
Was this helpful?