[mezzanine-users] Re: Problems Moving my mezzanine site to AWS EC2 + S3

2018-04-14 Thread Paul Tremblay
Did you ever get this fixed? We deploy Django at work using EC2 + S3. On Tuesday, January 26, 2016 at 4:27:29 AM UTC-8, Salar Rahmanian wrote: > > Hi I am trying to move my Mezzanine site to be hosted on Amazon AWS EC2 > with the static and media files on S3 > > My settings.py: > > # Amazon >

[mezzanine-users] Deploying mezzaine to AWS

2018-04-14 Thread Paul Tremblay
Hi, New to mezzanine. My current job is creating a website in Django and deploying to AWS. For a home project, I want to deploy Mezzanine to AWS. Are there official docs on this? I am thinking to just download the source code, and then follow the same steps I take at work (create a git account

Re: [mezzanine-users] Re: Problems Moving my mezzanine site to AWS EC2 + S3

2018-04-14 Thread Salar Rahmanian
I got it to work but the uploading pictures using mezzanine admin dash is super slow and I never found a fix for it to see why. Regards, Salar Rahmanian > On Apr 14, 2018, at 8:34 AM, Paul Tremblay wrote: > > Did you ever get this fixed? We deploy Django at work

Re: [mezzanine-users] Deploying mezzaine to AWS

2018-04-14 Thread Matt Mansour
I don't think there are official docs for that. I took the following approach a few times over the last couple years, But there are probably easier and better ways. - Create an EC2 Instance on AWS - Deploy Everything to EC2 (Standard Mezzanine Deploy) (you can probably stop here if