Re: [Radiant] Subdomain

2009-06-13 Thread Mohit Sindhwani

Victor Zuniga wrote:

Hi Mohit,

Sorry about the delay on replying to your email.

The issue had to do with versioning. Sean, thanks for the hint. I went ahead
and checked out tag 0.6.9 and was able to install and run the migrations.

So, I have the extension installed and I am about to start the set up. Is
there any details I should be aware of? Is there a sample file (virtual
host) I can look at. We're using Nginx as our webserver.
  

No worries!  Good to know it's fixed :)

Cheers,
Mohit.
6/14/2009 | 12:04 AM.

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


Re: [Radiant] Subdomain

2009-06-11 Thread Victor Zuniga
Hi Mohit,

Sorry about the delay on replying to your email.

The issue had to do with versioning. Sean, thanks for the hint. I went ahead
and checked out tag 0.6.9 and was able to install and run the migrations.

So, I have the extension installed and I am about to start the set up. Is
there any details I should be aware of? Is there a sample file (virtual
host) I can look at. We're using Nginx as our webserver.

Thanks for the help,

Victor


On 6/7/09 3:25 AM, Mohit Sindhwani t...@onghu.com wrote:

 Victor Zuniga wrote:
 Hello,
 
 A follow up question on the multisite extension. I am trying to install the
 extension from 
 http://github.com/radiant/radiant-multi-site-extension/tree/master and
 getting the following error message when running the migrations:
 
 
 ** Invoke production (first_time)
 ** Execute production
 ** Invoke environment (first_time)
 ** Execute environment
 Could not load extension from file: multi_site_extension.
 #MissingSourceFile: no such file to load -- application_controller
 ** Invoke db:migrate:extensions (first_time)
 ** Invoke environment
 ** Execute db:migrate:extensions
 
   
 Check the name of the directory to which you installed the extension.
 It's quite likely that the directory is supposed to called multisite
 rather than multi_site (which is what it sounds like you named it).
 
 See this for help in naming directories:
 http://wiki.github.com/radiant/radiant/installing-extensions#naming
 
 Cheers,
 Mohit.
 6/7/2009 | 3:24 PM.
 
 ___
 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


Re: [Radiant] Subdomain

2009-06-07 Thread Victor Zuniga
Hello,

A follow up question on the multisite extension. I am trying to install the
extension from 
http://github.com/radiant/radiant-multi-site-extension/tree/master and
getting the following error message when running the migrations:


** Invoke production (first_time)
** Execute production
** Invoke environment (first_time)
** Execute environment
Could not load extension from file: multi_site_extension.
#MissingSourceFile: no such file to load -- application_controller
** Invoke db:migrate:extensions (first_time)
** Invoke environment
** Execute db:migrate:extensions


Any feedback will be greatly appreciated.


Thanks,

Victor




On 6/2/09 4:07 PM, Chaim Kirby chaim.ki...@childrens.harvard.edu wrote:

 Victor,
 The multi-site extension will get you close
 (http://github.com/radiant/radiant-multi-site-extension/tree/master).
 You will still need to define the Kids.westervillelibrary.org domain
 outside of radiant (mongrel config, http.conf etc) but you can use the
 extension to map a new site in the admin interface to that domain.
 
 Chaim Kirby
 chaim.ki...@childrens.harvard.edu
 Children's Hospital Informatics Program
 
 Victor Zuniga wrote:
 Hello,
 
 This is something it might already be possible and I am just not aware of
 it. I would like to set up a portion of our main site  (/kids) to have its
 own domain:
 
 Kids.westervillelibrary.org
 
 However, the site is not big enough to set up a new box for it. I wonder if
 there¹s a way to create some sort of virtual host from the radiant interface
 through an extension?
 
 
 Any feedback will be greatly appreciated.
 
 Thanks,
 
 Victor
 
 
 ___
 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 mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Subdomain

2009-06-07 Thread Mohit Sindhwani

Victor Zuniga wrote:

Hello,

A follow up question on the multisite extension. I am trying to install the
extension from 
http://github.com/radiant/radiant-multi-site-extension/tree/master and

getting the following error message when running the migrations:


** Invoke production (first_time)
** Execute production
** Invoke environment (first_time)
** Execute environment
Could not load extension from file: multi_site_extension.
#MissingSourceFile: no such file to load -- application_controller
** Invoke db:migrate:extensions (first_time)
** Invoke environment
** Execute db:migrate:extensions

  
Check the name of the directory to which you installed the extension.  
It's quite likely that the directory is supposed to called multisite 
rather than multi_site (which is what it sounds like you named it).


See this for help in naming directories: 
http://wiki.github.com/radiant/radiant/installing-extensions#naming


Cheers,
Mohit.
6/7/2009 | 3:24 PM.

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


Re: [Radiant] Subdomain

2009-06-07 Thread Sean Cribbs
Josh and the guys at Digital Pulp have started updating multi_site to 
work with 0.8-RC1.  You will likely need to install an older version of 
the extension for it to work.


Sean

Victor Zuniga wrote:

Hello,

A follow up question on the multisite extension. I am trying to install the
extension from 
http://github.com/radiant/radiant-multi-site-extension/tree/master and

getting the following error message when running the migrations:


** Invoke production (first_time)
** Execute production
** Invoke environment (first_time)
** Execute environment
Could not load extension from file: multi_site_extension.
#MissingSourceFile: no such file to load -- application_controller
** Invoke db:migrate:extensions (first_time)
** Invoke environment
** Execute db:migrate:extensions


Any feedback will be greatly appreciated.


Thanks,

Victor




On 6/2/09 4:07 PM, Chaim Kirby chaim.ki...@childrens.harvard.edu wrote:

  

Victor,
The multi-site extension will get you close
(http://github.com/radiant/radiant-multi-site-extension/tree/master).
You will still need to define the Kids.westervillelibrary.org domain
outside of radiant (mongrel config, http.conf etc) but you can use the
extension to map a new site in the admin interface to that domain.

Chaim Kirby
chaim.ki...@childrens.harvard.edu
Children's Hospital Informatics Program

Victor Zuniga wrote:


Hello,

This is something it might already be possible and I am just not aware of
it. I would like to set up a portion of our main site  (/kids) to have its
own domain:

Kids.westervillelibrary.org

However, the site is not big enough to set up a new box for it. I wonder if
there¹s a way to create some sort of virtual host from the radiant interface
through an extension?


Any feedback will be greatly appreciated.

Thanks,

Victor


___
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 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


Re: [Radiant] Subdomain

2009-06-02 Thread Chaim Kirby
Victor,
The multi-site extension will get you close
(http://github.com/radiant/radiant-multi-site-extension/tree/master).
You will still need to define the Kids.westervillelibrary.org domain
outside of radiant (mongrel config, http.conf etc) but you can use the
extension to map a new site in the admin interface to that domain.

Chaim Kirby
chaim.ki...@childrens.harvard.edu
Children's Hospital Informatics Program

Victor Zuniga wrote:
 Hello,
 
 This is something it might already be possible and I am just not aware of
 it. I would like to set up a portion of our main site  (/kids) to have its
 own domain:
 
 Kids.westervillelibrary.org
 
 However, the site is not big enough to set up a new box for it. I wonder if
 there¹s a way to create some sort of virtual host from the radiant interface
 through an extension?
 
 
 Any feedback will be greatly appreciated.
 
 Thanks,
 
 Victor
 
 
 ___
 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


Re: [Radiant] Subdomain

2009-06-02 Thread michael starke

On 02.06.2009, at 22:01, Victor Zuniga wrote:


Hello,

This is something it might already be possible and I am just not  
aware of
it. I would like to set up a portion of our main site  (/kids) to  
have its

own domain:

Kids.westervillelibrary.org

However, the site is not big enough to set up a new box for it. I  
wonder if
there’s a way to create some sort of virtual host from the radiant  
interface

through an extension?


Any feedback will be greatly appreciated.

Thanks,

Victor



Hello Victor,

if you're hosting via apache you can add a alias to point to this  
location (i guess)
setting up a virtual host via apache should not work, as it's going to  
get a new environment.
It's just an educated guess, maybe someone else with in depth apache  
knowledge can help you by point the precise solution out.


Greetings
michael





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



___m i c h a e l   s t a r k e
   co-founder of
   HicknHack Software GbR
   www.hicknhack.com
   Graphics

___c o n t a c t
   +49 (170) 3686136
   +49 (351) 4045428
   cont...@hicknhack.com

___H i c k n H a c k   S o f t w a r e   G b R
   maik lathan - andreas reischuck - michael starke
   hübnerstraße 8
   01069 dresden - germany

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


Re: [Radiant] Subdomain

2009-06-02 Thread Victor Zuniga

Thanks for the suggestion Chaim!

I'll look into it. 

Victor


On 6/2/09 4:07 PM, Chaim Kirby chaim.ki...@childrens.harvard.edu wrote:

 Victor,
 The multi-site extension will get you close
 (http://github.com/radiant/radiant-multi-site-extension/tree/master).
 You will still need to define the Kids.westervillelibrary.org domain
 outside of radiant (mongrel config, http.conf etc) but you can use the
 extension to map a new site in the admin interface to that domain.
 
 Chaim Kirby
 chaim.ki...@childrens.harvard.edu
 Children's Hospital Informatics Program
 
 Victor Zuniga wrote:
 Hello,
 
 This is something it might already be possible and I am just not aware of
 it. I would like to set up a portion of our main site  (/kids) to have its
 own domain:
 
 Kids.westervillelibrary.org
 
 However, the site is not big enough to set up a new box for it. I wonder if
 there¹s a way to create some sort of virtual host from the radiant interface
 through an extension?
 
 
 Any feedback will be greatly appreciated.
 
 Thanks,
 
 Victor
 
 
 ___
 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 mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Subdomain

2009-06-02 Thread Victor Zuniga
Thanks Michael!

We're using nginx as our web server.

Victor



On 6/2/09 4:09 PM, michael starke michael.sta...@hicknhack-software.com
wrote:

 On 02.06.2009, at 22:01, Victor Zuniga wrote:
 
 Hello,
 
 This is something it might already be possible and I am just not
 aware of
 it. I would like to set up a portion of our main site  (/kids) to
 have its
 own domain:
 
 Kids.westervillelibrary.org
 
 However, the site is not big enough to set up a new box for it. I
 wonder if
 there¹s a way to create some sort of virtual host from the radiant
 interface
 through an extension?
 
 
 Any feedback will be greatly appreciated.
 
 Thanks,
 
 Victor
 
 
 Hello Victor,
 
 if you're hosting via apache you can add a alias to point to this
 location (i guess)
 setting up a virtual host via apache should not work, as it's going to
 get a new environment.
 It's just an educated guess, maybe someone else with in depth apache
 knowledge can help you by point the precise solution out.
 
 Greetings
 michael
 
 
 
 
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
 
 
 ___m i c h a e l   s t a r k e
 co-founder of
 HicknHack Software GbR
 www.hicknhack.com
 Graphics
 
 ___c o n t a c t
 +49 (170) 3686136
 +49 (351) 4045428
 cont...@hicknhack.com
 
 ___H i c k n H a c k   S o f t w a r e   G b R
 maik lathan - andreas reischuck - michael starke
 hübnerstraße 8
 01069 dresden - germany
 
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Victor Zuniga
Westerville Public Library
126 S. State St. | Westerville, OH 43081
Phone: 614.882.7277 | ext 165


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