Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new Web Application project. 

    Image Added

     
     
  2. Once the project is created, go to Manage NuGet packages...
     

  3. Install the following packages: 
    1. Dinamico Templates for N2 CMS
    2. N2CMS Management (Standard) or N2CMS Management (ZIP Deployment)




  4. Open web.config and configure the database connection string
    1. If you are using a database, ensure that the correct libraries are referenced.  
    2. If you are using the XML (Flat file) strategy for storing your content, ensure that you have set flavour="Xml" in the <database> element.



  5. Run the project (Shift+F5 by default). The N2 installation wizard loads. Set the admin password and load the sample content if you wish. Then navigate to the administration area to continue building your site in the N2 Admin UI. 

...