b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / Trustpilot / Reviews /
Filename/home/dev2.destoffenstraat.com/app/code/Trustpilot/Reviews/README.md
Size1.84 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified25-Feb-2022 04:42
Last accessed22-Aug-2025 17:38
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
# The official Trustpilot extension for Magento 2


Trustpilot is an open review platform that helps consumers make better choices while helping companies showcase and improve their customer service.

To install the Trustpilot plugin on your website, please follow the steps provided in this package.

## How to install the Trustpilot extension

1. Log in to your Magento server using SSH (Secure Shell) and run the commands that follow.
2. Create a system and database backup by navigating to the root directory of your Magento installation and execute this command:<pre>php bin/magento setup:backup --code --db --media</pre>(Please note that your website will be inaccessible during the backup process.)
3. Enable maintenance mode.<pre>php bin/magento maintenance:enable</pre>
4. Download and install the Trustpilot plugin using Composer.<pre>composer require “trustpilot/module-reviews”</pre>
5. If this is the first time you install a plugin using Composer, Magento will ask you to provide your Magento Marketplace account credentials. To find your account information go to __https://marketplace.magento.com > My profile > Access Keys > Create A New Access Key.__ Note: Your __public key__ is your username, while your __private key__ is your password.
6. Enable the Trustpilot plugin.<pre>php bin/magento module:enable Trustpilot_Reviews --clear-static-content</pre>
7. Update the database schema. (Please proceed cautiously: This command is global and will enable all Magento plugins that you’ ve installed.)<pre>php bin/magento setup:upgrade</pre>
8. Compile (This command is only required in production mode.)<pre>php bin/magento setup:di:compile</pre>
9. Deploy static content (This command is only required in production mode.)<pre>php bin/magento setup:static-content:deploy</pre>
10. Disable maintenance mode.<pre>php bin/magento maintenance:disable</pre>