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

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


Deployment

Notes/Minutes/Resources

*

Basic Concept

The basic idea includes four 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
  • provide and sample project
    • based on Introduction Package
    • "best practice" for
      • how a git repository could/should look like
      • how to setup TYPO3.Surf
      • Sample for a Surf configuration
      • how to deal with the database stuff
      • ...