What are Sharepoint(MOSS 2007) Developement/Deployment best practices.

Posted by Satish on Stack Overflow See other posts from Stack Overflow or by Satish
Published on 2010-06-03T16:25:46Z Indexed on 2010/06/03 18:34 UTC
Read the original article Hit count: 243

We are deploying sharepoint MOSS 2007 at our work. I'm trying to come up with a sharepoint development and deployment methodology. We have Dev/QA/Prod environments and I need a way, preferably automated to deploy changes from Dev to QA and from there to prod.

We are creating site collections web parts etc. Some of it is done directly within sharepoint, some through Sharepoint designer or visual studio. I'm looking for a way to extract this and deploy it to other enviornments.

I tried stsadm backup/restore import/export etc but they all move the data along with it as well. I just need the structure deployed. Content deployment paths and jobs does the same thing as well. We use MSBuild & Curisecontrol.net for other .net projects to automate build/deployment process. I'm looking for something similar with sharepoint if possible.

What are your best practices for this? Since my team is learning we don't have a defined process and we are open to change our development process if needed.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about development-environment