bludesign / FaxServer

Send and Receive Faxes Using The Twilio Programmable Fax API.
MIT License
108 stars 48 forks source link

Has anyone had any luck running this on Heroku? #21

Open mukeshwani opened 5 years ago

mukeshwani commented 5 years ago

I'm trying to get this to run on Heroku, with following commands... but once deployed and released, logs shows no web process running. heroku container:login heroku create heroku container:push faxserver -a APP_NAME heroku container:release faxserver -a APP_NAME heroku ps:scale web=1 -a APP_NAME

But no luck...