We recommend you to install Elatebrain_Gdpr module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root directory.
composer require elatebrain/module-gdpr
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
composer update elatebrain/module-gdpr
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run setup:di:compile command if your store is in Production mode:
php bin/magento setup:di:compile
If you don't want to install this module via composer, you can use this way.
- Download the latest version here
- Extract
master.zip
file toapp/code/Elatebrain/Gdpr
; You have to create a folder pathapp/code/Elatebrain/Gdpr
if not exist. - Go to Magento root folder and run upgrade command line to install
Elatebrain_Gdpr
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy