Re: [mezzanine-users] Guidance on content workflow / new server SSL+admin setup

2018-04-30 Thread Wolfgang M
Encrypt. I use it extensively (though not on AWS) and it is a > perfectly adequate solution. If you've had to configure an exception in > your browser it means you're still using a self-signed certificate, not the > one provided by Let's Encrypt. > > On 2018-04-23 8:50 PM, Wolfgang M wrote: > >

Re: [mezzanine-users] What's wrong in my local_settings / how to do basic deploy to aws

2018-04-18 Thread Wolfgang M
Yes, now I can ssh in. (Couldn't before without 'ssh -i path/to/key' so I added my .pem to my .ssh/config.) I did a lot of troubleshooting with my environment, not sure the exact formula but something to do with fabric+future+python2.7 has allowed fabric to work. Now I can run 'fab all', but

[mezzanine-users] What's wrong in my local_settings / how to do basic deploy to aws

2018-04-15 Thread Wolfgang M
Hello, I saw the recent posts about aws but didn't want to hijack a thread with my own questions. I have an app I really like that I've made with mezzanine, can someone point out what's wrong with my deployment. I'm following the standard deployment in the tutorials and am trying to get it