Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Installation

Artus Kolanowski edited this page Jan 21, 2014 · 17 revisions

TypoGento is distributed as an extension package for Magento and TYPO3. As such, installing TypoGento requires you to have already a running Magento and TYPO3 on your server:

The minimum requirements for a installation are:

  • Magento 1.7+
  • TYPO3 6.0+

The installation of this fork is very similar to Flagbit's TypoGento (see how to install TypoGento). It is highly recommended become familiar with the administration of Magento and TYPO3 before you start installing TypoGento:

Download

Download the extension package from GitHub and unzip it. Please notice that this is the latest development version, which is not ready for production use.

Magento module

  1. Place the content of src/Magento into the Magento root directory
  2. Clear the caches in System > Cache Management if enabled
    • Configuration
    • EAV types and attributes
    • Web Services Configuration
  3. Grant access to TypoGento Settings for the Administrators in System > Permissions > Roles if necessary
  4. Setup the configuration in System > Configuration > TypoGento
  5. Create the Magento API role for TypoGento in System > Web Services > SOAP/XML-RPC - Roles
    • Catalog > Product > URL Key > List
    • Catalog > Product > Retrieve products data
    • Catalog > Category > URL Key > List
    • Catalog > Category > Retrieve categories tree
    • Core > Role > List
    • Core > Magento info > Module > List
    • Core > Magento info > Module > Controller > List
    • Core > Magento info > Module > Controller > Action > List
    • Core > Store > List of stores
    • TypoGento > Replication > Target > List
    • TypoGento > Replication > Source > List
  6. Create the Magento API user for TypoGento in System > Web Services > SOAP/XML-RPC - Users by using the previous created Magento API role

TYPO3 extension

  1. Place the content of src/TYPO3 into the TYPO3 root directory
  2. Activate the extension in Admin Tools > Extension Manager, update the database and setup the configuration
  3. Check the installation in Admin Tools > Reports > Status Report
  4. Setup the Magento role for the TYPO3 backend users in Edit > Extended > Magento Role
  5. Add the scheduled task for clearing the Magento API cache in Admin Tools > Scheduler
  6. Add the default TypoGento template to your root template

Clone this wiki locally