Skip to content

manual install: add cron and storage doc steps#7

Open
OniriCorpe wants to merge 2 commits intoInvoiceShelf:masterfrom
OniriCorpe:patch-1
Open

manual install: add cron and storage doc steps#7
OniriCorpe wants to merge 2 commits intoInvoiceShelf:masterfrom
OniriCorpe:patch-1

Conversation

@OniriCorpe
Copy link
Copy Markdown

while packaging InvoiceShelf, I must have done some undocumented things
so I'm adding documentation for cron and storage setup

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
invoice-shelf-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 9:59pm

@OniriCorpe
Copy link
Copy Markdown
Author

Btw we can't open the preview of the PR because Vercel wants us to login, so not really handy for people who are doing punctual submissions

image

Comment on lines +72 to +76
Create a new cron file as `/etc/cron.d/invoiceshelf` with the following line:

```cron
* * * * * /usr/bin/php /path/to/your/install/artisan schedule:run >> /dev/null 2>&1
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only work in Debian derivatives, correct? In other systems /etc/cron.d/ contains shell scripts. Why not just use crontab -e?

@gdarko gdarko self-requested a review September 2, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants