Also getting that Internal Server error each time. I tried Josh's tut and Ben Havlliand'<http://www.http://www.benhavilland.com/blog/deploying-mezzanine-on-heroku/.com/blog/deploying-mezzanine-on-heroku/>s and no luck.
Hmmmm... Will try to be more specific but am so confused as to where I'm going wrong exactly. On Friday, September 27, 2013 1:30:32 PM UTC-5, Josh Finnie wrote: > > Hey Juan, > > I am also on this email list too if you have any questions. I haven't > installed Mezzanine on Heroku since I wrote that, and I would even do > somethings differently now. But still, it should get you started. > > Cheers, > > josh > > > Josh Finnie > ---------------------------------- > mobile: (860) 716-5996 > home: (202) 657-5346 > > > On Thu, Sep 26, 2013 at 2:28 PM, Josh Cartmell > <[email protected]<javascript:> > > wrote: > >> Hey Juan, I'm the person that told you to come here, so I'm glad you did! >> >> I would definitely look at the tutorial that Ken mentioned. >> >> Besides that I looked at the error messages you posted again and it does >> say what the problem is: >> >> Downloading/unpacking bonjour-py==0.3 (from -r requirements.txt (line 9)) >> Could not find any downloads that satisfy the requirement >> bonjour-py==0.3 (from -r requirements.txt (line 9)) >> No distributions at all found for bonjour-py==0.3 (from -r >> requirements.txt (line 9)) >> Storing complete log in /app/.pip/pip.log >> >> That error isn't related to Mezzanine because Mezzanine doesn't use >> bonjour-py, but it's telling you that bonjour-py 0.3 is not available for >> installation using pip (I tried and no version is available) so when it >> tries to install it it fails. I'm not sure how/if you can manually install >> packages on Heroku, but that's probably what you need to do. >> >> It might be best to initially try to install vanilla Mezzanine to Heroku >> using the tutorial Ken posted and then build up your additional >> requirements from there. >> >> >> On Thu, Sep 26, 2013 at 10:02 AM, Ken Bolton <[email protected]<javascript:> >> > wrote: >> >>> Hi Juan, >>> >>> Take a look at Josh Finnie's tutorial on the matter at >>> https://gist.github.com/joshfinnie/4046138. >>> >>> hth, and let us know how things work out. >>> >>> ken >>> >>> >>> On Thu, Sep 26, 2013 at 12:54 PM, Juan Gallardo >>> <[email protected]<javascript:> >>> > wrote: >>> >>>> My background is Rails. New to python so can use a little help here >>>> deploying a mezzanine project to Heroku. >>>> >>>> >>>> After I downloaded the default project I just wanted to deploy it to >>>> heroku to begin the blog that I want to launch. Before deploying I knew >>>> there would have to be some files necessary for Heroku. I looked up the >>>> Getting >>>> Started with Python on >>>> Heroku<https://devcenter.heroku.com/articles/getting-started-with-python>documentation >>>> but was stuck at the Profile. I did not see one in my project >>>> so I created a new one and added what was in the tutorial which was >>>> >>>> web: gunicorn hello:app >>>> >>>> and yeah obviously I was copypasting but what does that above even mean? >>>> Well I posted to Stackoverflow and no one seems to know but they told me >>>> to come here. >>>> >>>> The link to my question on stackoverflow with the error logs is >>>> http://stackoverflow.com/questions/18998618/django-mezzanine-cms-project-not-deploying-to-heroku >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Mezzanine Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected] <javascript:>. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Mezzanine Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
