Re: [mezzanine-users] Mezzanine on Heroku

2014-03-25 Thread Kyle Pennell
Hey Stephen, Did you since delete that repo? On Friday, July 20, 2012 7:18:21 AM UTC-5, Stephen McDonald wrote: As discussed on IRC, here are the bits I used to get Mezzanine and Cartridge up on Heroku (http://mezzanine.herokuapp.com) back in March this year. My repo has a directory called

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
with Mezzanine's ability to upload media files. There is a way of hooking things in with Amazon S3 but I never managed to get it to work with any Django project, so I ended up giving up on Heroku. (Also the, SSL add-on pack is quite expensive!) On 26 March 2014 09:34, Kyle Pennell kpen

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
good success hosting Mezzanine on Webfaction and can deploy there fairly easily. On Tue, Mar 25, 2014 at 11:36 AM, Kyle Pennell kpen...@gmail.comjavascript: wrote: Hey all, Would love to get some help here if you could. Hit the wall on what I can do/try. I'm just trying to deploy

[mezzanine-users] Re: Video of quickly deploying Mezzanine to Google App Engine with django-deployer

2014-03-25 Thread Kyle Pennell
How much harder is it to use Heroku vs. GAE? On Wednesday, April 10, 2013 4:05:07 PM UTC-5, Nate Aune wrote: I wanted to let folks on this list know about a new deployment tool that I've been working on called django-deployer. http://natea.github.io/django-deployer Here is a short 5

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
also have had good success hosting Mezzanine on Webfaction and can deploy there fairly easily. On Tue, Mar 25, 2014 at 11:36 AM, Kyle Pennell kpen...@gmail.comjavascript: wrote: Hey all, Would love to get some help here if you could. Hit the wall on what I can do/try. I'm just trying

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
Decided to just go Digital Ocean. It was an absolute waste of time trying to get Heroku to work. On Tuesday, March 25, 2014 6:28:21 PM UTC-6, Kyle Pennell wrote: Pardon...any other good free options? On Tuesday, March 25, 2014 4:35:56 PM UTC-6, Josh Cartmell wrote: Hey Kyle, I've never

[mezzanine-users] Is this what Mezzanine looks like with no static files?

2014-03-27 Thread Kyle Pennell
I'm trying to work out the Gunicorn and Mezzanine tutorials at Digital Ocean. I'm getting further and further. I'm guessing my problem now is that my static files aren't loading. Is the image below indeed what it looks like when you have something awry with Nginx and Gunicorn? Not trying to

[mezzanine-users] Can't figure out why my Static Files won't load

2014-03-27 Thread Kyle Pennell
Triple checked my settings and can't find why my static files aren't loading. Nginx and Gunicorn are installed and working. Symbolic Link between sites-available and sites-enabled is made ── sites-available │ ├── mezzanine_app │ └── myproject ├── sites-enabled │ ├── ahalearning -

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-27 Thread Kyle Pennell
Ah! Will try pulling that out. Thanks for the help, Stephen. On Thu, Mar 27, 2014 at 5:28 PM, Stephen McDonald st...@jupo.org wrote: On Fri, Mar 28, 2014 at 8:46 AM, Kyle Pennell kpenn...@gmail.com wrote: Triple checked my settings and can't find why my static files aren't loading

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-28 Thread Kyle Pennell
Tried each combo and none worked...hmmm... On Friday, March 28, 2014 12:35:39 PM UTC-6, Kyle Pennell wrote: Thanks for responding. Double checking I understand: location /static/ { alias /opt/myenv/mezzanine_app/static/; } Should be: location /static

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-28 Thread Kyle Pennell
=www; On Friday, March 28, 2014 12:41:57 PM UTC-6, Kyle Pennell wrote: Tried each combo and none worked...hmmm... On Friday, March 28, 2014 12:35:39 PM UTC-6, Kyle Pennell wrote: Thanks for responding. Double checking I understand: location /static/ { alias /opt/myenv

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-31 Thread Kyle Pennell
This is on Digital Ocean. How would I check out firewall related issues? On Saturday, March 29, 2014 2:00:08 AM UTC-6, Luc Milland wrote: could this be firewall related ? Le vendredi 28 mars 2014 à 18:20 -0700, Kyle Pennell a écrit : First off, thanks so much for taking the time

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-04-01 Thread Kyle Pennell
Hey Jesse, Thanks for looking over this. Ok, so you had to change it to an actual domain then? Did you do the whole DNS redirect and everything to setup that domain with your digital ocean IP? On Monday, March 31, 2014 11:58:43 PM UTC-6, Jesse Carrigan wrote: Rather than the IP address of

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-04-01 Thread Kyle Pennell
I'm going to try Fabric next. I was trying to the Digital Ocean Tuts to try to get this but no dice. On Tue, Apr 1, 2014 at 1:38 PM, Jesse Carrigan jesse.m.carri...@gmail.comwrote: Just out of curiosity, are you using fabric to deploy your site or are you editing the config by hand? Also, a

[mezzanine-users] What should/would example Fab file settings look like?

2014-04-02 Thread Kyle Pennell
Asking a question for myself and hope it helps other beginners out there. I'm trying to deploy using Fab File and Josh's Tutorialhttp://bitofpixels.com/blog/deploying-mezzanine-to-digital-ocean-using-the-included-fabfile/ . I was trying to fill in the Fabfile settings and simply don't

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-02 Thread Kyle Pennell
Hey Josh, I just hit this after running that tutorial. Any idea what I might need to change? On Friday, March 21, 2014 3:05:23 PM UTC-6, Josh Cartmell wrote: Hey Ziwei, you are correct, fabric doesn't currently support python 3. Per http://docs.fabfile.org/en/1.8/ is works with 2.5-2.7.

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-02 Thread Kyle Pennell
3? If so you can't use it with fabric and need to use 2. If you are using python 2 try reinstalling fabric, deactivating and reactivating your virtualenv. On Wed, Apr 2, 2014 at 11:37 AM, Kyle Pennell kpen...@gmail.comjavascript: wrote: Hey Josh, I just hit this after running

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-02 Thread Kyle Pennell
Removed the discus comment so as to not make more work. On Wednesday, April 2, 2014 3:14:55 PM UTC-6, Kyle Pennell wrote: I'm using 2.7 (myenv)root@kpennell:/opt/myenv# python Python 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] on linux2 Type help, copyright, credits or license

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-02 Thread Kyle Pennell
, April 2, 2014 3:18:58 PM UTC-6, Kyle Pennell wrote: Removed the discus comment so as to not make more work. On Wednesday, April 2, 2014 3:14:55 PM UTC-6, Kyle Pennell wrote: I'm using 2.7 (myenv)root@kpennell:/opt/myenv# python Python 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-03 Thread Kyle Pennell
future pip install fabric On Wed, Apr 2, 2014 at 2:29 PM, Kyle Pennell kpen...@gmail.comjavascript: wrote: Also checked outside of my virtualenv: root@kpennell:/opt/myenv/mezzanine_app# python Python 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] on linux2 Type help, copyright, credits

Re: [mezzanine-users] What should/would example Fab file settings look like?

2014-04-03 Thread Kyle Pennell
/master/mezzanine/project_template/fabfile.py#L43 . If they aren't present it sets them to sensible defaults (the user's home directory and the name of the project from version control). On Wed, Apr 2, 2014 at 11:06 AM, Kyle Pennell kpen...@gmail.comjavascript: wrote: Kenneth

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-04 Thread Kyle Pennell
Hey Josh, The file is there and it seems to be right. On Thursday, April 3, 2014 10:27:53 AM UTC-6, Josh Cartmell wrote: Hmm, I'm not sure about that one, what happens if you manually execute that command on the server? On Thu, Apr 3, 2014 at 6:34 AM, Kyle Pennell kpen

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-04 Thread Kyle Pennell
root@kpennell:/opt/myenv/mezzanine_app# fab all [107.170.215.138] Executing task 'all' --- all --- --- install --- $ cat /etc/default/locale - Fatal error: sudo() encountered an error (return code 1) while executing 'cat /etc/default/locale' Aborting. Disconnecting from

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-04 Thread Kyle Pennell
site. On Friday, April 4, 2014 12:09:35 PM UTC-6, Kyle Pennell wrote: root@kpennell:/opt/myenv/mezzanine_app# fab all [107.170.215.138] Executing task 'all' --- all --- --- install --- $ cat /etc/default/locale - Fatal error: sudo() encountered an error (return code 1

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-09 Thread Kyle Pennell
Mathew, thank you. That was totally my bad. Didn't follow the instructions well enough that Josh laid out. I needed to change root in visudo to the user I created. On Saturday, April 5, 2014 8:54:35 AM UTC-6, Matthew Summers wrote: You might also check that the user you connect with via

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-09 Thread Kyle Pennell
of a loss, never seen that error before =/ On Fri, Apr 4, 2014 at 11:41 AM, Kyle Pennell kpen...@gmail.comjavascript: wrote: fab settings seems to be right there as well: REQUIREMENTS_PATH: requirements.txt, # Path to pip requirements, relativ$ GUNICORN_PORT: 8000, # Port gunicorn

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-09 Thread Kyle Pennell
This thread is turning into a monster. I'll start a new one for this specific FABRIC question if that's ok. On Wednesday, April 9, 2014 7:45:26 PM UTC-5, Kyle Pennell wrote: Basically hitting this: out: abort: repository /opt/vanilla_mezz/project not found! Can't figure out why it can't

[mezzanine-users] Fabric Settings Path, PROJECT_NAME trouble, Repository not found

2014-04-10 Thread Kyle Pennell
Getting closer with deploying by using Fabric. I think my problem is the PROJECT_NAME. Getting this error after putting Fab All (other things seem to work now): $ hg clone /mezzanine_app/project - [107.170.215.138] out: abort: repository /mezzanine_app/project not found! Fatal error: run()

Re: [mezzanine-users] Fabric Settings Path, PROJECT_NAME trouble, Repository not found

2014-04-10 Thread Kyle Pennell
Cartmell wrote: I think you need to set the REPO_URL, otherwise it has no way to get the project onto the remote server. On Thu, Apr 10, 2014 at 11:22 AM, Kyle Pennell kpen...@gmail.comjavascript: wrote: Getting closer with deploying by using Fabric. I think my problem

Re: [mezzanine-users] Fabric Settings Path, PROJECT_NAME trouble, Repository not found

2014-04-10 Thread Kyle Pennell
I do get the space (I think). It's trying to clone from one to another. -- 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

Re: [mezzanine-users] Re: Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-10-02 Thread Kyle Pennell
to fix it for me :( Any other ideas? On Tuesday, March 25, 2014 7:36:26 PM UTC+1, Kyle Pennell wrote: Hey all, Would love to get some help here if you could. Hit the wall on what I can do/try. I'm just trying to deploy a basic mezzanine setup on Heroku. I've tried Josh's tutorial https