How to Install Passenger at Heroku using Node app?
41 views
Skip to first unread message
Mike Costello
unread,
Sep 19, 2014, 12:05:18 PM9/19/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
First time trying Passenger. Does anyone have instructions on installing it at Heroku, but with a Node app. I've seen the Ruby demo, but can't find the Node equivalent.
Thanks,
Mike
Chris Hourihan
unread,
Oct 3, 2014, 10:50:59 AM10/3/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
The only thing I was able to find was to specify a multi-buildpack on your heroku app (https://github.com/ddollar/heroku-buildpack-multi) and specify both a ruby and node buildpack. Then just setup passenger per the heroku ruby guide.