[mezzanine-users] Issues in installing mezzanine

2014-04-28 Thread Neeraj Dhiman
I want to install anew copy of mezzanine. I am using virtual environment. I am using pip command for installation* pip install mezzanine *and the error i am getting is Downloading/unpacking mezzanine Downloading Mezzanine-3.1.3.tar.gz (5.9MB): 5.9MB downloaded Running setup.py egg_info for

Re: [mezzanine-users] Re: help needed depoloying Mezzanine on Digital Ocean

2014-04-28 Thread Matthew Summers
It's probably a bad idea to put your virtualenv in /root, this is the root user's home dir. I usually create a specific user that will be running my mezzanine projects. This way you are not running gunicorn as root, but as a normal user. Really, it's a best practice to reduce the number of

Re: [mezzanine-users] Re: help needed depoloying Mezzanine on Digital Ocean

2014-04-28 Thread Jared Nielsen
Ah, yes. Thanks. I'll create a user and try it from there. On Monday, April 28, 2014 7:19:23 AM UTC-6, Matthew Summers wrote: It's probably a bad idea to put your virtualenv in /root, this is the root user's home dir. I usually create a specific user that will be running my mezzanine

[mezzanine-users] modeltranslations - round 2

2014-04-28 Thread Stephen McDonald
Previously we tried to integrate django-modeltranslation with Mezzanine, but the integration was very lightweight and had a lot of edge cases, so without the manpower to get it working properly, it was removed at the time. Now Mathias Ettinger has contributed a new attempt at this, and at a

Re: [mezzanine-users] Issues in installing mezzanine

2014-04-28 Thread Stephen McDonald
Looks like you might have temporarily been able to connect to PyPI at the time. Try again. On Mon, Apr 28, 2014 at 7:41 PM, Neeraj Dhiman neerajd.gh...@gmail.comwrote: I want to install anew copy of mezzanine. I am using virtual environment. I am using pip command for installation* pip

Re: [mezzanine-users] Re: help needed depoloying Mezzanine on Digital Ocean

2014-04-28 Thread Jared Nielsen
I'm getting closer taking the fabfile.py route. fab all is running swell until I hit $ CREATE DATABASE... Then I get: Standard output === mv: cannot move `long_string_of_numbers' to `venv/jarednielsen/project/local_settings.py': No such file or