First, download the release and extract to a path such as C:\N2Packages (this example path is used below)

Next, decide whether you want to use the ZIP or NOZIP management packs.

Before doing anything listed on this page

Back up your project before installing or uninstalling any N2CMS nuget packages.

Which management pack should I choose?

You can choose whichever management pack is right for you. Consider the following benefits and drawbacks.

Switching Management Packs

You can switch management packs (e.g. ZIP to NOZIP or visa-versa) at any time by first uninstalling any current management pack, and then installing the desired management pack.

Multiple Management Packs

You MUST NOT install multiple management packs on your N2 installation. This is not supported and you will likely break your N2 installation. The only supported recourse in this situation is to start a new project! Back up your N2 installation before installing any management packs.

Upgrading from N2CMS 2.5 and earlier

Uninstall-Package n2cms.dinamico Uninstall-Package n2cms Uninstall-Package n2cms.management 

 

Installation Instructions

Example: Dinamico Template Pack

For the NOZIP option:

Install-Package -Source C:\N2Packages -Name n2cms.dinamico 
Install-Package -Source C:\N2Packages -Name n2cms.management.nozip 

For the ZIP option:

Install-Package -Source C:\N2Packages -Name n2cms.dinamico 
Install-Package -Source C:\N2Packages -Name n2cms.management.zip

Database Connection

If this is a clean installation, you will need to install the database. 

Upgrading

You can upgrade just the management pack. The N2CMS libraries will be updated 
automatically if required. You can also upgrade the template packs. Run the relevant
Install-Package command as listed above.

Install-Package -Source C:\N2Packages -Name n2cms.management.nozip 

OR

Install-Package -Source C:\N2Packages -Name n2cms.management.zip