From 99c51b6fcc39c79a218073f50d8b731b08c5beb2 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 5 Oct 2016 17:16:28 +0200 Subject: [PATCH] Add Heroku instructions to FAQ --- FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ.md b/FAQ.md index 4408477..276dfc5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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.