Get Started - sachatrauwaen/Dnn.Platform GitHub Wiki

How start playing

Clone this repository on your local machine and folow the steps descriped here 👍

https://github.com/dnnsoftware/Dnn.Platform/blob/develop/.github/BUILD.md

Focus on 2. Build to create a local DNN development website

How to run a page in the MVC pipeline

  • make a page with an url ending with 'mvc'
  • or add querystring to url 'mvc=yes'
  • add querystring to avoid running in MVC 'mvc=no'

Actually, url with 'ctl' querystring or 'ctl' in a url segment are running in MVC pipeline

Actualy only the Html module is supported.