mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-15 15:16:11 +01:00
43 lines
1.2 KiB
ReStructuredText
43 lines
1.2 KiB
ReStructuredText
|
.. ==================================================
|
||
|
.. FOR YOUR INFORMATION
|
||
|
.. --------------------------------------------------
|
||
|
.. -*- coding: utf-8 -*- with BOM.
|
||
|
|
||
|
.. include:: ../../Includes.txt
|
||
|
|
||
|
.. _installation:
|
||
|
|
||
|
Installation
|
||
|
============
|
||
|
|
||
|
.. important::
|
||
|
|
||
|
The extension needs to be installed as any other extension of TYPO3 CMS:
|
||
|
|
||
|
#. Switch to the module “Extension Manager”.
|
||
|
|
||
|
#. Get the extension
|
||
|
|
||
|
#. **Get it from the Extension Manager:** Press the “Retrieve/Update”
|
||
|
button and search for the extension key *abtest2* and import the
|
||
|
extension from the repository.
|
||
|
|
||
|
#. **Get it from typo3.org:** You can always get current version from
|
||
|
`http://typo3.org/extensions/repository/view/abtest2/current/
|
||
|
<http://typo3.org/extensions/repository/view/abtest2/current/>`_ by
|
||
|
downloading the zip version. Upload
|
||
|
the file afterwards in the Extension Manager.
|
||
|
|
||
|
#. **Use composer**: Use `composer require svewap/abtest2`.
|
||
|
|
||
|
#. The Extension Manager offers some basic configuration which is
|
||
|
explained :ref:`here <extensionManager>`.
|
||
|
|
||
|
Latest version from git
|
||
|
-----------------------
|
||
|
You can get the latest version from git by using the git command:
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
git clone https://github.com/svewap/abtest2.git
|