Re: [mezzanine-users] Amazon EC2 and Thumbnails

2014-04-29 Thread Brad Bode
Solved... for now. Although I wouldn't call it a bug I got the most help out of this bug listing : https://github.com/stephenmcd/mezzanine/issues/530 So the solution for me was two fold. First, I had to make sure all usages of the mezzanine thumbnail tag would work. Ideally this would be done

Re: [mezzanine-users] Amazon EC2 and Thumbnails

2014-04-29 Thread Stephen McDonald
That's actually real clean - thanks for sharing. On Wed, Apr 30, 2014 at 4:17 AM, Brad Bode forb...@gmail.com wrote: Solved... for now. Although I wouldn't call it a bug I got the most help out of this bug listing : https://github.com/stephenmcd/mezzanine/issues/530 So the solution for me

Re: [mezzanine-users] Amazon EC2 and Thumbnails

2014-04-21 Thread Brad Bode
I am using Elastic Beanstalk. That's probably the difference. On an EC2 instance you have control over how the code is deployed, but on EB they deploy a clean instance from source every time. I am not sure why, but I assume this has to do with the load balancing aspect of EB. Load Balancing

Re: [mezzanine-users] Amazon EC2 and Thumbnails

2014-04-20 Thread Stephen McDonald
Don't have an answer sorry - please keep the list posted if you have a good solution, it'd be quite welcome given the number of times this has come up already. On Mon, Apr 21, 2014 at 2:41 AM, Brad Bode forb...@gmail.com wrote: Stephen, Mezzanine rocks. There are definitely a few sticking

Re: [mezzanine-users] Amazon EC2 and Thumbnails

2014-04-20 Thread Mario Gudelj
Hey Brad, I use EC2 and I don't get that behaviour. I use fabric and Mercurial to push to bitbucket, and then pull at the EC2 end and restart Gunicorn etc. How are you deploying your app so that the directory names are changed? Cheers, M On Mon, Apr 21, 2014 at 2:41 AM, Brad Bode