How to install the Snelstart Plugin within Magento


Magento 2 Extensie Installeren via de Adobe Marketplace
Belangrijke opmerking vóór installatie
Als de plugin is aangeschaft via magmodules.eu, is deze installatiemethode niet van toepassing. De onderstaande stappen gelden alleen voor bestellingen die via de Adobe Marketplace zijn geplaatst. Bovendien is dit de enige ondersteunde installatiemethode voor Marketplace-aankopen — andere installatieopties genoemd in onze supportsectie zijn niet van toepassing op Marketplace-orders.
1. Toegangssleutels ophalen via de Magento Marketplace
- Ga naar Magento Marketplace.
- Log in met je Magento-account.
- Klik op je profiel (rechtsboven) → My Profile.
- Navigeer naar Access Keys (onder het tabblad Marketplace).
- Als je nog geen sleutels hebt, genereer dan een nieuwe:
- Public Key = Gebruikersnaam
- Private Key = Wachtwoord
2. Controleer of Marketplace-inloggegevens zijn ingesteld
bin/composer config --global http-basic.repo.magento.com
Dit toont de momenteel opgeslagen inloggegevens. Het controleren van de juiste sleutels helpt om veelvoorkomende installatieproblemen te voorkomen.
Zorg ervoor dat de gebruikte authenticatiesleutels voor de Magento Marketplace-repository overeenkomen met de sleutels die toegang hebben tot de module. Als er geen sleutels beschikbaar zijn, worden ze opgevraagd in stap 3.
3. Installeer de module via Composer
Maak via SSH verbinding met je server en navigeer naar de rootdirectory van Magento:
cd /path/to/magento/root
Gebruik het volgende Composer-commando om de module te installeren.
composer require magmodules/magento2-snelstart
Wanneer hierom wordt gevraagd, voer je je Public Key in als gebruikersnaam en Private Key als wachtwoord.
Als je de foutmelding krijgt: "Could not find a matching version of package magmodules/magento2-snelstart", dan hebben je Magento Marketplace-toegangssleutels niet de juiste rechten om toegang te krijgen tot de module. Ga dan naar Magento Marketplace → My Access Keys → Maak of werk toegangssleutels bij en begin opnieuw vanaf stap 1.
4. Activeer de module
Voer de volgende commando’s uit:
php bin/magento module:enable
php bin/magento setup:upgrade
Als Magento in production-modus draait, hercompileer en publiceer dan de statische content met de volgende commando’s:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
5. Controleer de installatie
- Log in op je Magento Admin Panel.
- Navigeer naar Stores → Configuration → Magmodules → Snelstart koppeling .
- Controleer of de module in de lijst met geactiveerde modules staat en start direct met de configuratie!


Open the Magento Connect Manager
1. Log in to your Magento back-end Panel.
2. Go to System » Magento Connect » Magento Connect Manager.
3. Log in to the Magento Connect Manager using your admin Username and Password.
Get the right Keys from the Magento Marketplace
1. Purchase the extension through the Magento Marketplace.
2. Get the right extension Magento Connect Key from your account through https://marketplace.magento.com/customer/accessKeys/ under the "My Access Keys" tab.
3. Copy this key to your clipboard.


Install the extension through the Magento Connect Manager
1. Paste the obtained extension key in the open the text-field under the Install New Extensions tab.
2. The Extension dependencies appears: your package is in Ready to install status. Click to Proceed.
3. Wait till you get the successful installation notification.
4. Click Refresh to finish.


Exit the Magento Connect Manager
1. On the top of the Magento Connect Manager, click the Return to admin link.
2. The extension is all set and can be found in the back-end under the Magmodules tab.