CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

« Previous - Version 6/10 (diff) - Next » - Current version
Tobias Liebig, 2012-04-24 22:20


Deployment

Notes/Minutes/Resources

*

Basic Concept

The basic idea includes three parts for the deployment:

  • An central TYPO3.Surf installation which takes care about the deployment itself
  • An extension and concept for database and content migrations
    • executing database related tasks (schema updates, create/update/delete certain records)
    • easily export "changed database records" from one instance and import them on another one
    • http://forge.typo3.org/projects/show/extension-migrations
    • see also loek's connect of update scripts and datasets