Installation
Installation via Composer (recommended)
The extension is available on Packagist. Run the following command in your TYPO3 project root:
composer require one-forge/rek-ai
Copied!
After installation, activate the extension and run the TYPO3 database upgrade wizard if prompted:
vendor/bin/typo3 extension:activate one_forge_rekai
vendor/bin/typo3 database:updateschema
Copied!
Installation via Extension Manager (TER)
- Open Admin Tools > Extensions in the TYPO3 backend.
- Switch to the Get Extensions tab.
- Search for
one_forge_rekaiand click Import and Install. - Activate the extension using the toggle in the extension list.
- Run Admin Tools > Maintenance > Analyze Database Structure to apply the new database columns.
Include the TypoScript template
The extension ships a TypoScript setup file that registers the rekai_recommendations content
element renderer. It is auto-imported via Extension in
ext_, so no manual template inclusion is required.
If you prefer to include it explicitly (e.g. in a site package), add the following to your TypoScript setup:
@import 'EXT:one_forge_rekai/Configuration/TypoScript/setup.typoscript'
Copied!
Next steps
After installation, proceed to Configuration to enter your Rek.ai script URL and enable script injection.