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

2018-04-23 Thread Eduardo Rivas
Hi Wolfgang. Production and development databases are kept separate, as well as media uploads. If you'd like to upload your database and media files from dev to prod you can add custom fabric tasks that do so. On 2018-04-23 1:13 PM, Wolfgang M wrote: You were perfectly right Christian. I

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

2018-04-20 Thread Christian Hoffmann
Hello Wolfang, for AWS you need to configure fabric to use key based login: Try to add the SSH_KEY_PATH Variable to your local_settings.py. FABRIC = { "SSH_USER": "ubuntu", # SSH username "SSH_PASS": "", # SSH password (consider key-based authentication) "SSH_KEY_PATH":