Reputation: 6842
Im getting up to speed with Orchard. So far I like what I see. So ive downloaded the source and am about to try using this as utility site for one of our teams. There will likely be some source code changes but how can I preserve the use of some of the extra modules being referenced from the gallery? Will I have to re-install/reconfigure these modules each time? Or do I need to include those modules in the solution for building each time?
Upvotes: 0
Views: 31
Reputation: 5155
Here's my approach:
You should add the modules to the solution and add project dependencies to e.g. Orchard.Core. This way the modules get published together with the Orchard stuff.
To make life easier, also put the whole solution under version control to see what has changed when you need to update later on.
Upvotes: 1