Update Heroku question in FAQ

This commit is contained in:
Pierre Rudloff 2017-01-01 19:32:19 +01:00
parent 5aad3abc5d
commit 00a73cb639
1 changed files with 9 additions and 1 deletions

10
FAQ.md
View File

@ -42,7 +42,15 @@ sudo apt-get install libav-tools curl
Create a dyno with the following buildpacks:
* `heroku/php`
* `https://github.com/heroku/heroku-buildpack-nodejs`
* `heroku/nodejs`
* `heroku/python`
You might also need to add the following config variables:
```env
CONVERT=1
PYTHON=/app/.heroku/python/bin/python
```
Then push the code to Heroku and it should work out of the box.