- 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.