Installation

Deploy Maildoll Application on cPanel

Estimated reading: 2 minutes 284 views

Consider that this is the webroot folder for your Maildoll website: /home/myusername/public_html/

Put all the main folder’s files on your Maildoll website at /home/myusername/public_html/

Create MySQL database, add a user to it with full permissions.

Watch Video Tutoeial:

Watch Localhost Installation Video

File Manager

  1. Go to yourdomain.com/cpanel & login with credentials.

Folder Path

Find the public_html folder as the root directory of your domain

Inside the public_html upload the Maildoll zip file and extract it.

Create New Database

Go to cPanel and find MySQL® Databases then create database name.

Create Database New User

Go to the MySQL Users sections and create a new MySQL user.

Add User To Database

Select User from the dropdown list with the Database.

Remember the Database name, Database Username , and Database password. These credentials are neccessary for installation.

Step 4: Setup necessary cron jobs

  • Search cron jobs and select cron job

Step 5: Setup these cron jobs

  • Once every hour

/usr/local/bin/php /home/username/yourdomain.com/artisan queue:retry all > /dev/null 2>&1

  • Once every minute

/usr/local/bin/php /home/username/yourdomain.com/artisan schedule:run > /dev/null 2>&1

  • Once every minute

/usr/local/bin/php /home/username/yourdomain.com/artisan queue:work --stop-when-empty> /dev/null 2>&1

Leave a Comment

Share this Doc

Deploy Maildoll Application on cPanel

Or copy link

CONTENTS