1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-20 02:31:32 +02:00

Updated Installation Guide (markdown)

FreeScout 2023-03-20 08:20:47 +03:00
parent c587caa8d3
commit f7e2987c97

@ -414,11 +414,11 @@ In you are using **Plesk**, see [this instruction](https://github.com/freescout-
Run the following command to make sure that console version of PHP which you are using satisfies all the requirements (use the same `php` as in the cron job): Run the following command to make sure that console version of PHP which you are using satisfies all the requirements (use the same `php` as in the cron job):
``` ```
php /var/www/html/artisan freescout:check-requriements php /var/www/html/artisan freescout:check-requirements
(or) (or)
/usr/local/bin/php-8.0 /var/www/html/artisan freescout:check-requriements /usr/local/bin/php-8.0 /var/www/html/artisan freescout:check-requirements
``` ```
**Make sure that the cron job user is not messing up file ownership and permissions. Otherwise you will be getting a [Permissions issue](https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#permissions-issue). If you execute cron job under the user different from `www-data` files and folders will be created under this user and `www-data` user may face permissions issue.** **Make sure that the cron job user is not messing up file ownership and permissions. Otherwise you will be getting a [Permissions issue](https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide#permissions-issue). If you execute cron job under the user different from `www-data` files and folders will be created under this user and `www-data` user may face permissions issue.**