Subdomain

hi,

how to create a subdomain outside the public directory

and how to redirect to the subdomain

Victor,
The multi-site extension will get you close
(GitHub - radiant/radiant-multi-site-extension: An extension for Radiant CMS that lets you serve multiple sites (domains) from a single instance.).
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
[email protected]
Children’s Hospital Informatics Program

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

However, the site is not big enough to set up a new box for it. I
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: [email protected]
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
[email protected]

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

Thanks Michael!

We’re using nginx as our web server.

Victor

On 6/2/09 4:09 PM, “michael starke”
[email protected]
wrote:

Kids.westervillelibrary.org
Thanks,
It’s just an educated guess, maybe someone else with in depth apache
Post: [email protected]
c o n t a c t_
Radiant mailing list
Post: [email protected]
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

Hello,

A follow up question on the multisite extension. I am trying to install
the
extension from
GitHub - radiant/radiant-multi-site-extension: An extension for Radiant CMS that lets you serve multiple sites (domains) from a single instance. 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

Thanks for the suggestion Chaim!

I’ll look into it.

Victor

Victor Zuniga wrote:

** 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.

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

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