kitodo / kitodo-publication

Kitodo.Publication
GNU General Public License v3.0
13 stars 13 forks source link

Separating TYPO3 and extension #199

Closed claussni closed 3 years ago

claussni commented 3 years ago

The extension source code is separately mounted to not interfere with the TYPO3 installation process.

TYPO3 installation and setup ist executed though a new DDEV command for first installation: ddev first-install.

Database will be updated on import using the typo3cms cli tool.

Resolves https://jira.slub-dresden.de/browse/CMR-1056

haogatyp commented 3 years ago

Automatic database updates on import using the typo3cms cli tool do not work. The tools need to be called manually: ddev exec vendor/bin/typo3cms cleanup:updatereferenceindex ddev exec vendor/bin/typo3cms database:updateschema