From 652bda6f9792b92e3dc68b07980d3ff11c678791 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 3 Apr 2020 07:42:13 +1100 Subject: [PATCH] Updated Installing Invoice Ninja (markdown) --- Installing-Invoice-Ninja.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installing-Invoice-Ninja.md b/Installing-Invoice-Ninja.md index 0b5bb96..0eed14d 100644 --- a/Installing-Invoice-Ninja.md +++ b/Installing-Invoice-Ninja.md @@ -2,6 +2,10 @@ * Download the release [here](https://github.com/invoiceninja/invoiceninja/archive/v5.0.1.zip) * Unzip the folder and configure a virtual host with your webserver of choice. +* Set a cron job for the scheduler. + + `* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1` + * Point your browser to http://your.domain.com/setup * Configure your MySQL database, Mail server and other fields and click on Setup. * Done!!!