Month: April 2021
- Log in to the application as an administrator.
- Click the gear icon at the top right corner of the dashboard, and select the “Plugins” menu item.
- Click the “Install/Upgrade Plugins” button.
- Mautic plugin configuration.
- Select the integration to be installed and configure it with necessary information, such as client IDs and secrets.
- To add custom plugins to Mautic, upload your plugin via FTP or some other protocol to the Mautic plugins directory.
- Open a Terminal/Console window.
- Change directory to the server root (i.e. cd /var/www if your local server root is at /var/www).
- Clone the repository (git clone https://github.com/mautic/mautic.git)
- The mautic directory should appear in the server root. Change directory to mautic directory cd mautic.
- Install dependencies composer install.
- Run “composer update” command in the Terminal/Console window.
- Visit Mautic in a browser at http://localhost/mautic and follow onscreen installation steps.