Re: [Radiant] Re: Multiple Sites with seperate users

2009-02-15 Thread Michael Kessler

Nick Plate has done user scoping for the multi_site extension: 
http://github.com/zapnap/radiant-multi-site-extension/commit/46a035d00126be51a49f431e4838f3968d156486
but unfortunately he did it just before josh french converted the  
official tests to specs. So you have either the official multi_site  
with specs and no user scoping, or the user scoped multi_site with no  
specs. I planned to convert Nicks enhanced version with tests to  
specs, but I didn't found any free time until now.


Michael


On 14 Feb 2009, at 11:13 PM, Troy Mac Neil wrote:



On 14-Feb-09, at 5:30 PM, Bartee Lamar wrote:


Mr Magpie wrote:

Jeffrey Jones wrote:

There is an extension for the first part, running sites separately:

http://ext.radiantcms.org/extensions/3-multi-site

Not sure on its compatibility with radiant 0.7 nor running two  
separate

sites while sharing content.


Thanks for that. Does anyone know how seperate the sites are from  
each

other ?

Or is it mainly useful for a single user running multiple sites ?

Also, if I run each client as a seperate install of Radiant, would  
any
Ruby interpreter manage memory eficiently by only keeping one copy  
of

Rails and Radiant in memory ?

And how hard would it be for Radiant to support multiple independant
sites from a single install ?


I am trying to do the same thing.  I installed multi_site.  It does
provide for multiple sites, but from what I can determine does not
provide user scope.  That is each user is assigned to a site and the
user can ONLY see their pages/snippets/layouts.  So without that it
really does not do me any good to have all of my clients using one
radiant code base.


I'm in a similar situation and have found some code that gives the  
appearance of user scope for many of the more common extensions. The  
standard approach seems to be to hide the content from other users  
rather than deny them access which is not ideal but works well  
enough for my users.


I'd love to see a little more support for multi-site deployments.  
Ruby deployments are still quite resource intensive and running  
multiple sites on a single codebase is the best way to minimize  
resource usage right now.


Here are the two I have bookmarked though I also found similar  
projects for other extensions at github.

http://github.com/netzpirat/radiant-search-multi-site-extension/tree/master
http://github.com/netzpirat/radiant-paperclipped-multisite-extension/tree/master

Troy
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Multiple Sites with seperate users

2009-02-14 Thread Mr Magpie
Jeffrey Jones wrote:
 There is an extension for the first part, running sites separately:
 
 http://ext.radiantcms.org/extensions/3-multi-site
 
 Not sure on its compatibility with radiant 0.7 nor running two separate
 sites while sharing content.

Thanks for that. Does anyone know how seperate the sites are from each 
other ?

Or is it mainly useful for a single user running multiple sites ?

Also, if I run each client as a seperate install of Radiant, would any 
Ruby interpreter manage memory eficiently by only keeping one copy of 
Rails and Radiant in memory ?

And how hard would it be for Radiant to support multiple independant 
sites from a single install ?
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Multiple Sites with seperate users

2009-02-14 Thread Bartee Lamar
Mr Magpie wrote:
 Jeffrey Jones wrote:
 There is an extension for the first part, running sites separately:
 
 http://ext.radiantcms.org/extensions/3-multi-site
 
 Not sure on its compatibility with radiant 0.7 nor running two separate
 sites while sharing content.
 
 Thanks for that. Does anyone know how seperate the sites are from each 
 other ?
 
 Or is it mainly useful for a single user running multiple sites ?
 
 Also, if I run each client as a seperate install of Radiant, would any 
 Ruby interpreter manage memory eficiently by only keeping one copy of 
 Rails and Radiant in memory ?
 
 And how hard would it be for Radiant to support multiple independant 
 sites from a single install ?

I am trying to do the same thing.  I installed multi_site.  It does 
provide for multiple sites, but from what I can determine does not 
provide user scope.  That is each user is assigned to a site and the 
user can ONLY see their pages/snippets/layouts.  So without that it 
really does not do me any good to have all of my clients using one 
radiant code base.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Multiple Sites with seperate users

2009-02-14 Thread Troy Mac Neil


On 14-Feb-09, at 5:30 PM, Bartee Lamar wrote:


Mr Magpie wrote:

Jeffrey Jones wrote:

There is an extension for the first part, running sites separately:

http://ext.radiantcms.org/extensions/3-multi-site

Not sure on its compatibility with radiant 0.7 nor running two  
separate

sites while sharing content.


Thanks for that. Does anyone know how seperate the sites are from  
each

other ?

Or is it mainly useful for a single user running multiple sites ?

Also, if I run each client as a seperate install of Radiant, would  
any

Ruby interpreter manage memory eficiently by only keeping one copy of
Rails and Radiant in memory ?

And how hard would it be for Radiant to support multiple independant
sites from a single install ?


I am trying to do the same thing.  I installed multi_site.  It does
provide for multiple sites, but from what I can determine does not
provide user scope.  That is each user is assigned to a site and the
user can ONLY see their pages/snippets/layouts.  So without that it
really does not do me any good to have all of my clients using one
radiant code base.


I'm in a similar situation and have found some code that gives the  
appearance of user scope for many of the more common extensions. The  
standard approach seems to be to hide the content from other users  
rather than deny them access which is not ideal but works well enough  
for my users.


I'd love to see a little more support for multi-site deployments. Ruby  
deployments are still quite resource intensive and running multiple  
sites on a single codebase is the best way to minimize resource usage  
right now.


Here are the two I have bookmarked though I also found similar  
projects for other extensions at github.

http://github.com/netzpirat/radiant-search-multi-site-extension/tree/master
http://github.com/netzpirat/radiant-paperclipped-multisite-extension/tree/master

Troy
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant