Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Oct 28, 2024
1 parent 0afa7e0 commit 6dce0e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Recommended Steps after Installation
2. [optional] Change the backend language in your user settings to German.
3. Go to the Install Tool --> All Configurations and change the default settings of pageNotFoundOnCHashError to '0'.

Your *config/system/settings.php* must contain this::
Your *config/system/settings.php* () must contain this::

'FE' => [
'pageNotFoundOnCHashError' => false,
Expand All @@ -91,14 +91,15 @@ to install DFG-Viewer extension.
Install DFG-Viewer and Kitodo.Presentation via Composer
-------------------------------------------------------

Composer commands::

composer require slub/dfgviewer:^6.1

This will install the DFG-Viewer 6.1 extension and Kitodo.Presentation 5.0 from
`Packagist <https://github.com/slub/dfg-viewer>`_.

Configure the extension via cli::
Optionally configure the extension via TYPO3 Console::

# Install TYPO3 Console
composer req helhum/typo3-console:^8.2

./vendor/bin/typo3 install:extensionsetupifpossible

Expand Down

0 comments on commit 6dce0e5

Please sign in to comment.