βš™οΈInstall Moxly CMS

After install all requred dependencies and tools, you can install platform.

Аollow these steps: – Set the domain name to be used for the platform – Setup domain dir in server – Install an SSL certificate, since the platform only works with a secure connection. – Create MySQL database – Upload install.zip to domain folder and unpack.

After then, open your domain url in browser and make install with follow the instructions.

You must add this command to cron:

php /path/to/your/domain/artisan schedule:run

his cron job mut be running every minuts

Add a Scheduler

Log in with user rights to your server in the β€œscheduler” section (not root)

/php /var/www/www-root/data/www/dashboard.example.com/artisan schedule:run >/dev/null 2>&1 

Add a new task (set all values every minute) Don’t forget to change the path to your folder in the example

Last updated