0
  1. Do we need the source code if we will primarily create (advanced) modules and occasionally modify the theme?
  2. How does DNN get deployed from Teamcity / Octopus Deploy?
Ori Samara
  • 71
  • 6

2 Answers2

2

Your modules, and "skins" should be individual projects, and you should deploy those to production using Packaged ZIP files. That's the proper way to develop/deploy extensions for DNN

Chris Hammond
  • 8,873
  • 1
  • 26
  • 34
0

1.Yes, you should go to this url http://www.christoc.com/ to learn how to use a template to create a dnn module and create a skin as well. Thanks to @ChrisHammond for your contribution to dnn community.

Huy Ta
  • 115
  • 10