First, get a LEMP stack running, then configure a database.
# git clone https://github.com/mautic/mautic.git
then, fix webserver file and folder permissons.
# cd mautic/
# composer install
# chmod 777 app/logs
# chmod 777 app/cache
# service apache24 start
Then browse to your site and hit next:
Fill out the database info in step 1, and hit next:
It spins for a bit, and creates tables and stuff.. check logs and browser console if you thinks it’s hung:
Fill you the admin user info:
Fill out email options – use the options here for Office365 and hit next:
Login, and celebrate! Then start marketing! haha
Full instructions here: https://github.com/mautic/mautic