Comments on: How to Install Invoice Ninja on Debian 9 https://www.rosehosting.com/blog/how-to-install-invoice-ninja-on-debian-9/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:34:42 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: admin https://www.rosehosting.com/blog/how-to-install-invoice-ninja-on-debian-9/#comment-48537 Sat, 09 Jan 2021 07:23:34 +0000 https://www.rosehosting.com/blog/?p=27877#comment-48537 In reply to Cam.

Yes, the installation steps will work on Debian 10.

]]>
By: Cam https://www.rosehosting.com/blog/how-to-install-invoice-ninja-on-debian-9/#comment-48536 Fri, 08 Jan 2021 19:54:21 +0000 https://www.rosehosting.com/blog/?p=27877#comment-48536 Does this installation work with Debian 10 Buster? I have to move CentOS installs over to Debian 10 Buster.

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-invoice-ninja-on-debian-9/#comment-47568 Thu, 31 Jan 2019 08:12:49 +0000 https://www.rosehosting.com/blog/?p=27877#comment-47568 In reply to Paul.

To call the commands for recurring invoices and reminder emails, once a day, you can add the following in /etc/crontab:

0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-invoices
0 8 * * * /usr/local/bin/php /path/to/ninja/artisan ninja:send-reminders

To update your application, you can simply download the latest version and copy the new code over the old one. Don’t forget to make a backup first.

]]>
By: Paul https://www.rosehosting.com/blog/how-to-install-invoice-ninja-on-debian-9/#comment-47567 Wed, 30 Jan 2019 22:07:35 +0000 https://www.rosehosting.com/blog/?p=27877#comment-47567 I’ve got this all set up with SendGrid as the SMTP provider.

I’m struggling with how to set up the recurring and reminder crons

And also the auto update crons using the script they provide (I don’t use composer, just used the zip file like you did here).

Can you update the article to show how to add the 3 crons?

]]>