fbone icon indicating copy to clipboard operation
fbone copied to clipboard

not an issue: deploying questions

Open thomas-hervey opened this issue 9 years ago • 0 comments

I am having difficulty deploying to Heroku. I don't entirely understand the comments in wsgi.py (on how to set up dev/production config) nor am I completely sure what should be in my Procfile. I currently have web: gunicorn wsgi, and am on a new branch (which I am pushing to Heroku too), but I know that I need add the right Procfile command. I am getting the error IOError: [Errno 2] No such file or directory: '/app/.virtualenvs/[PROJECT_NAME]/bin/activate_this.py' with Heroku error code H10.

Before scaling or adding to this application, I wan't to be able to deploy fbone as it is. Any idea on a fab task to deploy to heroku, or a help document on integrating Heroku deployment? I'm confused about what variables need to be updated for production.

Any advice is appreciated!

thomas-hervey avatar Sep 21 '16 07:09 thomas-hervey