- Do we need the source code if we will primarily create (advanced) modules and occasionally modify the theme?
- How does DNN get deployed from Teamcity / Octopus Deploy?
Asked
Active
Viewed 177 times
0

Ori Samara
- 71
- 6
-
1No, you don't need the source code to create modules. Or occasionally modify the theme. – austin wernli May 19 '15 at 16:06
-
How would you upgrade when DNN releases a newer version? – Ori Samara May 19 '15 at 17:11
-
Found out how to perform in in-place upgrade: http://stackoverflow.com/questions/18470701/dnn-7-in-place-upgrade-install-folder-contents/18473052#18473052 – Ori Samara May 19 '15 at 17:18
2 Answers
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
-
If View.ascx is in Proj1.csproj, how do you include View.ascx in the Website Project >DesktopModules folder and test locally? – Ori Samara May 19 '15 at 16:52
-
-
I answered a number of your other questions on the other thread, also about deployment. – Chris Hammond May 19 '15 at 17:54
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