Month: April 2021

How to install Plugins in Mautic?

  1. Log in to the application as an administrator.
  2. Click the gear icon at the top right corner of the dashboard, and select the “Plugins” menu item.
  3. Click the “Install/Upgrade Plugins” button.
  4. Mautic plugin configuration.
  5. Select the integration to be installed and configure it with necessary information, such as client IDs and secrets.
  6. To add custom plugins to Mautic, upload your plugin via FTP or some other protocol to the Mautic plugins directory.

How to install Mautic in localhost?

  1. Open a Terminal/Console window.
  2. Change directory to the server root (i.e. cd /var/www if your local server root is at /var/www).
  3. Clone the repository (git clone https://github.com/mautic/mautic.git)
  4. The mautic directory should appear in the server root. Change directory to mautic directory cd mautic.
  5. Install dependencies composer install.
  6. Run “composer update” command in the Terminal/Console window.
  7. Visit Mautic in a browser at http://localhost/mautic and follow onscreen installation steps.