How to deploy mezzanine on heroku?

只愿长相守 提交于 2019-12-07 12:21:01

问题


I have created a mezzanine project and its name is mezzanine-heroku-test I create a Procfile that has the content as follow:

web: python manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3

Next, I access to the website to test and I receive the error: Internal Server Error. So, Could you please help me deploy mezzanine on heroku step by step or some suggestion?

Thank you so much.


回答1:


You should be able to see the error in the logs which you can get to using the heroku tool.

heroku logs



回答2:


These are both thorough.

https://gist.github.com/joshfinnie/4046138 http://www.benhavilland.com/blog/deploying-mezzanine-on-heroku/

This is a challenging process.



来源:https://stackoverflow.com/questions/13283628/how-to-deploy-mezzanine-on-heroku

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!