Installation
For Pacemaker Professional, a running Magento 2 instance gets required.
Please read the Magento documentation: Install Magento with Composer.
Authorization
- After the purchase of a Pacemaker Professional license, you will receive the following required credentials from our support team:
-
-
username
-
password
-
|
auth.json
file{
"http-basic": {
"repo.magento.com": {
"username": "<username>",
"password": "<password>."
},
"gitlab.met.tdintern.de": {
"username": "<YOUR-TOKEN-USER>",
"password": "<YOUR-TOKEN-PASS>"
}
}
}
Register the repository
-
After adding the required credentials, you need to register the repository as a possible source
-
Run the following command or add the repository manually into your
composer.json
file
composer config repositories.repo.met.tdintern.de composer https://repo.met.tdintern.de/
...
"repositories": {
"repo.met.tdintern.de": {
"type": "composer",
"url": "https://repo.met.tdintern.de/"
},
"repo.magento.com": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
...
Install
composer require pacemaker/component-import-pro 4.1.0
|
composer require pacemaker/component-import-community ^4.1.0
composer require pacemaker/component-import-pro ^2.1.0