Add Heroku instructions to FAQ

This commit is contained in:
Pierre Rudloff 2016-10-05 17:16:28 +02:00
parent fe6dc616f6
commit 99c51b6fcc
1 changed files with 9 additions and 0 deletions

9
FAQ.md
View File

@ -36,3 +36,12 @@ You will also need to install `avconv` and `curl` on your server:
```bash
sudo apt-get install libav-tools curl
```
## How do I deploy Alltube on Heroku?
Create a dyno with the following buildpacks:
* `heroku/php`
* `https://github.com/heroku/heroku-buildpack-nodejs`
Then push the code to Heroku and it should work out of the box.