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!!!