You can install Magento 2 Admin Action Log by Magefan, using composer or archive installation methods.

Please navigate to your Magefan Account > Downloads > Install via Composer to get the composer installation instructions.

Installation using archive and FTP

  1. Download Admin Action Log ZIP-Archive from magefan.com website (not GitHub or other sources).
  2. Extract files.
  3. Copy app and lib folder from the archive to your Magento 2 folder.
    Magento 2 Extension Installation
  4. In a command line, using "cd", navigate to your Magento 2 root directory.
  5. Run CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.