How to install
Before you begin the install, you need a running Magento 2 instance. Please refer Magento’s documentation: Install Magento using Composer. You need also to install RabbitMQ and configure it for your Magento instance. Refer the article from Magento’s DevDocs.
Install Pacemaker via Composer
After purchasing a Pacemaker license you will receive a username and password from our support team.
You need to enter these credentials to the auth.json
file of your Magento instance. If you didn’t use this file
before, you’ll find an auth.json.sample
file, just copy it as auth.json
.
Enter our repository (gitlab.met.tdintern.de), your username and password as following into the http-basic
section of your auth.json
file.
{
"http-basic": {
"repo.magento.com": {
"username": "...",
"password": "..."
},
"gitlab.met.tdintern.de": {
"username": "<YOUR-TOKEN-USER>",
"password": "<YOUR-TOKEN-PASS>"
}
}
}
Register the repository
After adding the credentials you need to register the repository as a possible source. Therefore you need to
run the following command or add the repository manually into your composer.json
file.