Install the 5.1 Mautic on a subdomain

taker18

Verified User
Joined
Oct 18, 2021
Messages
141
Location
USA
I need help about the other requirements on installing Mautic (open source email marketing) on subdomain

After Mautic 5 the installation needs the following:
1- Install NPM
curl -fsSL <https://deb.nodesource.com/setup_20.x> |
sudo -E bash -sudo apt install -y nodejs
apt install npm
2- Install Composer

3- Symfony's Mailer & Mime : Using a 3rd Party Transport ,
composer require symfony/amazon-mailer

is it possible to have that setup on a subdomain?

Does anyone have experience in installing Mautic 5 or later on a subdomain?
Thank you all
 
Back
Top