mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-09 20:32:31 +01:00
Updated Installation Guide (markdown)
parent
96eb5e9c2e
commit
245fac4b59
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user