Skip to content

Commit

Permalink
Document need for the APT buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Oct 12, 2024
1 parent 0e3d3aa commit 0c7033c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ For the scheduler add-on, you'll need to designate which tasks it should run and
These can be found in the `lib/tasks` folder, and involve things such as sending out weekly reminder emails to editors.
Each task should be scheduled as a separate job; for example, `rake send_weekly_emails`.

```{warning}
The JOSS application needs to be able to run Git commands on run time, but since the Heroku-24 stack Git is only available at build time so the APT buildpack and an Aptfile is needed, see [this section in the Heroku docs](https://devcenter.heroku.com/articles/heroku-24-stack#changes-to-git) for more information.
```

You can also optionally configure the following add-ons (or simply set their secret keys in your config variables):

1. [SendGrid add-on](https://elements.heroku.com/addons/sendgrid) for sending emails
Expand Down

0 comments on commit 0c7033c

Please sign in to comment.