Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 837 Bytes

File metadata and controls

28 lines (18 loc) · 837 Bytes

.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -- coding: utf-8 -- with BOM. Check: ÄÖÜäöüß

Installation

The installation process is pretty straightforward. Download and install the extension via TYPO3's extension manager.

You can get the latest source from https://github.com/nxpthx/typo3-upgradereport.git and clone it directly into typo3temp/ext:

cd typo3temp/ext/
git clone https://github.com/nxpthx/typo3-upgradereport.git smoothmigration

Or you can add it to your project as a submodule:

git submodule add https://github.com/nxpthx/typo3-upgradereport.git smoothmigration typo3conf/ext/smoothmigration