Hey Eduardo, I am aware your comment was years ago, but I suggest editing it because the instructions given on the mezzanine site DO NOT work, so I suggest either updating them or taking them off all together as to keep others from wasting time. What I mean by DO NOT WORK is this: 1- Mezzanine is not compatible with python 3 2- The dependencies it supposedly automatically installs ARE NOT compatible with each other meaning: 3- Fabric that is installed is not compatible with the fabfile.py that is generated. 4- When you get done with all that and the days it takes to figure that out and you get to run 5- NOT SO FAB ALL you end up with: 6- "[localhost] local: rsync --exclude "*.pyc" --exclude "*.pyo" --exclude "*.db" --exclude ".DS_Store" --exclude ".coverage" --exclude "local_settings.py" --exclude "/static" --exclude "/.git" --exclude "/.hg" -pthrvz --rsh='ssh -p 22 ' C:\Users\~\blog_iq\ [email protected]:/home/user/mezzanine/blog_iq The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1292) [Receiver=3.1.2]
7- So after weeks of trying I no longer have the patience for outdated instructions- SO please either update your instructions or ADD a note at the beginning listing the exact version of the dependencies and even better yet the PYTHON VERSION to begin with. Don't you agree??? On Monday, March 28, 2016 at 1:54:48 PM UTC-7, Eduardo Rivas wrote: > > Thanks Adam. I see you went with Digital Ocean's tutorials. Did you try > the one in Mezzanine's docs? It should work with a completely blank > Ubuntu VPS. > > http://mezzanine.jupo.org/docs/deployment.html#tutorial > > The fabfile should handle not only installing the Mezzanine project, but > all system-level dependencies. The Postgres DB, gunicorn, ngnix, > memcache, and all other pieces should have been installed automatically. > > Let me know your thoughts on that. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
