Re: [mezzanine-users] Subclassing SiteRelated

2014-04-10 Thread Matt Mansour
I thought so, Thanks Josh! On Wednesday, April 9, 2014 8:45:25 PM UTC-7, Josh Cartmell wrote: > > Yes, Mezzanine's multi tenancy features rely on the fields/managers added > by SiteRelated ;) > > > On Wed, Apr 9, 2014 at 12:23 PM, Matt Mansour > > > wrote: > >> Howdy all - >> >> With a quick g

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

2014-04-10 Thread Josh Cartmell
No worries, and that sounds good On Wed, Apr 9, 2014 at 5:59 PM, Kyle Pennell wrote: > 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 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 Josh Cartmell
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 wrote: > Getting closer with deploying by using Fabric. I think my problem is the > PROJECT_NAME. > > Getting this error after putting Fab All

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

2014-04-10 Thread Kyle Pennell
Ah, ok, thanks Josh. In your example the project name of "do_test" is located at https://joshcar...@bitbucket.org/joshcartme/vanilla_mezz? https://joshcar...@bitbucket.org/joshcartme/vanilla_mezz/do_test ? how does that structure work? I don't get it yet. Getting a similar but different err

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 mezzanine-users+unsubscr...@go

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

2014-04-10 Thread Kyle Pennell
> > $ git clone g...@github.com:kpennell/mezz-digitalocean.git > /mezzanine_app/project -> > [ahalearning.co] out: fatal: could not create leading directories of > '/mezzanine_app/project': Permission denied > Fatal error: run() encountered an error (return code 128) while executing > 'git clon

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

2014-04-10 Thread Josh Cartmell
As far as I know the project name can be arbitrary, it can also be left blank and it will be inferred from the repo. Maybe try leaving it blank On Thu, Apr 10, 2014 at 1:51 PM, Kyle Pennell wrote: > $ git clone g...@github.com:kpennell/mezz-digitalocean.git >> /mezzanine_app/project -> >> [aha

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

2014-04-10 Thread Kyle Pennell
You get this when you do so: [ahalearning.co] out: You must provide a DEST_DIR [ahalearning.co] out: Usage: virtualenv [OPTIONS] DEST_DIR Sorry for pestering you, Josh. Perhaps someone else in this group has ideas so you don't have to keep trying. On Thursday, April 10, 2014 3:55:45 PM UTC-5,

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

2014-04-10 Thread Stephen McDonald
I can't stress enough how different your experience would be if you took a step back and read all the fabric documentation, then walked through Mezzanine's fabfile step by step until you understand each of the steps it takes to set up a server with your site deployed on it. It's really just one bi

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

2014-04-10 Thread Kyle Pennell
Good advice. Thanks, Stephen. Made the mistake of thinking I could just follow some tutorials and get something up working when I should have read more background info to start with. On Thursday, April 10, 2014 4:31:26 PM UTC-5, Stephen McDonald wrote: > > I can't stress enough how different y