Did you install radiant using the gem? Because when you do so the radiant application is actually in your gem directory. You might be able to go to the radiant gem directory and apply the patch, although that's probably a bad idea.
I posted a simple plugin a little bit ago that adds multisite virtual hosting by just dropping in a plugin, and it doesn't require any patching. Although it does require setting up a separate database for each site, and it's certainly not extensively tested, so use at your own risk. Mine is just a hack, and not implemented with behaviors, which is probably a better way of doing it. Paul > Date: Mon, 11 Sep 2006 17:36:27 +0100 > From: "Dave Crossland" <[EMAIL PROTECTED]> > Subject: [Radiant] Virtual domain plugin patching > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Hi, > > Following the instructions on > http://theplant.jp/blog/2006/07/27/radiant-virtual-domain-plugin I have a problem with the patching stage: > > $ patch -p0 < vendor/plugins/virtual_domain/virtual_domain.patch can't find file to patch at input line 5 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |Index: app/controllers/site_controller.rb > |=================================================================== |--- app/controllers/site_controller.rb (revision 87) > |+++ app/controllers/site_controller.rb (working copy) > -------------------------- > File to patch: > [EMAIL PROTECTED] [~/radiant]# > > I've search the radiant directory for site_controller.rb but can't see it. Does it apply to rails? > > > -- > Regards, > Dave _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
