Re: [mezzanine-users] Re: New install of Mezzanine with NGINX & GUnicorn issues

2016-08-08 Thread Jim Spoerl
Sounds great. But when I backup on the dev machine with: pg_dump -Fc libertymessengermezzanine > /tmp/test, and transfer the /tmp/test file to the prod machine and then run a fab restore with that file, I get a server that produces 500 errors in the browser. I have tried this many times a

Re: [mezzanine-users] Re: New install of Mezzanine with NGINX & GUnicorn issues

2016-08-08 Thread Jim Spoerl
Right. So I should be able to backup on the dev machine, move the backup to the prod server, and restore there. Unfortunately, this gives me a broken environment. I get a 500 error when navigating to the site. I really do not see what is happening here. Here are the commands: On the dev sy

Re: [mezzanine-users] Re: Mezzanine + Angular.js

2016-08-08 Thread Rafael Belliard
I've had a django+DRF+angular app for a few years without any hiccups. After setting a catch-all route for angular, there is nothing special that is required to setup and consume DRF apis. On Tuesday, September 23, 2014 at 4:44:22 PM UT

Re: [mezzanine-users] Re: New install of Mezzanine with NGINX & GUnicorn issues

2016-08-08 Thread Eduardo Rivas
The backup task simply backs up the production DB in case a deployment goes wrong. It can then be restored in the restore task. They don't transfer your development DB and media files. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsu

[mezzanine-users] How to deploy using Fabric to RHEL server?

2016-08-08 Thread Michael Ketiku
Has anyone used fabric to deploy mezzanine to a RHEL7 or Centos server? If so, how did you do it? Is it even possible?Looking through the fabfile for mezzanine, everything is configured for a Ubuntu installation, I was wondering if I could change all of the references to "apt-" to "yum" and be