From 245fac4b592aa5799915221187497689944de3c9 Mon Sep 17 00:00:00 2001 From: FreeScout <40499291+freescout-helpdesk@users.noreply.github.com> Date: Mon, 22 Oct 2018 10:02:16 +0300 Subject: [PATCH] Updated Installation Guide (markdown) --- Installation-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation-Guide.md b/Installation-Guide.md index b84f68a..0a9b043 100644 --- a/Installation-Guide.md +++ b/Installation-Guide.md @@ -249,7 +249,7 @@ This will guide you through setting up a new user for your FreeScout installatio ## 10. Configuring Cron Jobs -Set up crontab for your system SSH user (in our installation example it is **freescout** user): +Set up a cron task for your SSH user (in our installation example it is **freescout** user). If you don't know how to do it, contact your hosting provider. ``` crontab -e @@ -257,7 +257,7 @@ crontab -e * * * * * php /var/www/html/artisan schedule:run >> /dev/null 2>&1 ``` -On some shared hostings you may need to specify full path to the PHP executable (for example, `/usr/local/bin/php-7.0`) +Make sure to replace `/var/www/html/` with the path your installation. On some shared hostings you may need to specify full path to the PHP executable (for example, `/usr/local/bin/php-7.0`) ## 11. Checking Installation