-
Install the extension as usual in TYPO3
-
Copy the file
Configuration.sample.yamltoconfig/Configuration.yamlwhere config is on the same level as your document root. -
Double check that
migrations_directorycontains valid relative paths from the document root to your folders which contain the migrations.
Run TYPO3_CONTEXT=current_context ./migrate migrations:cmd in bin folder.
current_context has to be the context node name from your configuration file.
F.e. Development/Vagrant.
cmd can currently be status, migrate or version.
Run TYPO3_CONTEXT=current_context ./migrate migrations:status in bin folder.
Run TYPO3_CONTEXT=current_context ./migrate migrations:migrate in bin folder.
Run TYPO3_CONTEXT=current_context ./migrate migrations:version in bin folder.