« Previous -
Version 6/10
(diff) -
Next » -
Current version
Tobias Liebig, 2012-04-24 22:20
Deployment¶
Notes/Minutes/Resources¶
- Loek Hilgersom's Workshop 'Deployment of TYPO3v4/6 installations' during T3DD12
*
Basic Concept¶
The basic idea includes three parts for the deployment:
- An central TYPO3.Surf installation which takes care about the deployment itself
- Coreapi: An extension or system extension to be able to run common core tasks like clear caches form CLI
- 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