TMS INSTALLATION GUIDE Follow these steps for installation 1.Extract the file to the desired location. 2.Inside this folder, you will find another folder called mailread, which is the node app for TMS. 3.Move the mailread folder outside the tms folder. 4.Give both the TMS and mailread folders read and write permissions. 5.After this, create a symbolic link for the mail_json_file in the mailread folder to the TMS folder by running the following command inside the TMS folder: (ln -s "/var/www/html/mailread/mail_json_file" mail_json_file). 6.Set up virtual hosting till tms folder. 7.Visit the site URL. POSSIBLE ERRORS 1.If navigating to the TMS URL does not lead to the installation page, check the installation_flag.txt file located at tms/assets/installation_flag.txt. Its value should be TRUE for the installation page to appear. 2. if the site is run on any other folder name other than TMS and MAILREAD then do this changes in the constant file that in located on location (tms/api/application/config/constant.php). define('NODE_APP_PATH',"/var/www/html/mailread/mail_json_file/"); define('AUTOLOAD_APP_PATH',"'/var/www/html/mailread/mail_json_file/'"); define('AUTOLOADCORRECT_APP_PATH',"'/var/www/html/mailread/mail_json_file/'"); define('AUTOLOADERROR_APP_PATH',"'/var/www/html/mailread/mail_json_file/'"); define('NODE_ENV_PATH',"/var/www/html/mailread/.env"); define('LINK_FOLDER_PATH',"/var/www/html/tms/mail_json_file/"); define('NODE_APP_LOG_PATH',"/var/www/html/mailread/logs/"); this will be written in that file in this change this path (ONLY IF THE FOLDER NAME IS OTHER THAN TMS AND MAILREAD) (THS BUILD IS UPLOADED ON update.sansoftwares.com HERE THE FOLDER WITH THE HIGHEST VERSON WILL BE THE LATES)