Mautic + Wordpress Openlitespeed Configuration VPS

#1
I'm trying to install and configure an open source email subscription, namely mautic and I see that the documentation related to this tutorial is still very minimal, for the masters can you help me or give recommendations regarding this issue. I'm still a newbie.
 

Cold-Egg

Administrator
#6
Mautic is just like other CMS, there should be no special settings for the installation. Could you provide more specific issues about the problem?
 
#7
Mautic is just like other CMS, there should be no special settings for the installation. Could you provide more specific issues about the problem?
honestly I'm still a beginner and just want to start installing mautic in openlitespeed. but the documentation on how to install mautic in openlitespeed is very difficult to find.
so, the question is
do you have reading recommendations or video tutorials for installing mautic in openlitespeed plus how to set or configure it?
 

Cold-Egg

Administrator
#8
I just finished the installation, quite straightforward. If you aren't familiar with OLS configuration, maybe you can rely on the ols1clk.
1. Command: "bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w --lsphp 80"
2. Remove everything under the /var/www/html folder. "sudo rm -rf /var/www/html/*"
3. Download the mautic to the doc folder, "cd /var/www/html; wget https://github.com/mautic/mautic/releases/download/4.4.9/4.4.9.zip"
4. Unzip it and give it proper permission: "unzip 4.4.9.zip; chown -R www-data:www-data /var/www/html"
5. Restart web server "service lsws restart"

Now you should be able to start the installation from your browser. DB is also created.

If you want to do it from GUI, please consider using CyberPanel, which has mautic app installer prepared by default.
 
Top