Install Mautic
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,[…]