How you guys are moving the stuff from DEV to PROD? TeamSite/LiveSite - Components, XSLT, Pages, Templates, DCRs. Simply copy all folders from DEV to PROD with the help of admin or ?
Best is to create a SPAR file in DEV and explode the .spar file on PROD.
The creation of spar is explained in the guide.
The SPAR is an option, but there's essentially no good answer -- you pretty much have to create something custom one way or another. The easiest approach might be to use OpenDeploy, if we're only talking about content.
Whatever you do, build something that's repeatable and traceable, so you avoid human error and unexpected behaviour.
Creating spar file - issues
Other guys having issues with spar files.
The easiest approach might be to use OpenDeploy, if we're only talking about content. Whatever you do, build something that's repeatable and traceable, so you avoid human error and unexpected behaviour.
Rpoulin, how you guys are doing that? by writing deployment script from DEV TeamSite to PROD TeamSite or any other way?
Long story short, we've developed our own tool to automate code builds. I've been consulting around this platform for ~10 years now, so my requirements for a ready-made generic and modular build process is probably way beyond what you need. If you ask folks like ghoti and nipper, they have their own versions of that too.
The general approach is this:
Excellent! I appreicate that. Yes, different people follow different ways. But you explained your way, thanks alot.
A lot depends on your needs. As a project starts you will do large deploys and likely use a spar or something similar.
As you get into maintenance mode, you will have a css here, js there and component update later. That I typcically do with an download and import.