Juan M. Cervera
2005-Oct-15 10:52 UTC
[Instantrails-users] Installing typo in InstantRails
I am trying to install typo on InstantRails, I think my problem has somthing to do with routing. I point my browser to the server but the only page I see is the index.html of ${path}/www (the page with "Instant Rails Help - Cooming soon!") ¿What I need to do to go into the typo app? Another question. Is there a how-to article, on how to setup two or more applications in the server? do I have to handle their request through SCGI mounted in different ports? I hope InstallRails solves all the trouble I had trying to configure fastcgi on apache in windows xp Thanks Juanma _________________________________________________________________ Don''t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
On 10/15/05, Juan M. Cervera <juanmacervera at msn.com> wrote:> > I am trying to install typo on InstantRails, > I think my problem has somthing to do with routing. > I point my browser to the server but the only page I see is the index.html > of ${path}/www (the page with "Instant Rails Help - Cooming soon!") > ?What I need to do to go into the typo app? > > Another question. > Is there a how-to article, on how to setup two or more applications in the > server? > do I have to handle their request through SCGI mounted in different ports? > > I hope InstallRails solves all the trouble I had trying to configure > fastcgi on apache in windows xp > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-usersThat''s why I went with SCGI... I never was able to get FastCGI completely working on Windows. Yes, to run multiple applications, just choose a different port for each one. I''ve been meaning to install Typo myself (possible include it as a pre-installed sample app like the cookbook). I''ll try installing Typo myself today and then I''ll be in a better position to help you. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051015/ec249608/attachment.htm
On 10/15/05, Curt Hibbs <curt.hibbs at gmail.com> wrote:> > On 10/15/05, Juan M. Cervera <juanmacervera at msn.com> wrote: > > > > I am trying to install typo on InstantRails, > > I think my problem has somthing to do with routing. > > I point my browser to the server but the only page I see is the > > index.html > > of ${path}/www (the page with "Instant Rails Help - Cooming soon!") > > ?What I need to do to go into the typo app? > >I just realized (when answering someone else''s question) that I completely failed to explain how to create (or install) a new Rails app -- there are a couple extra files you need to create -- and I''ll bet that this is your problem. The new application needs to have the SCGI Raills Runner in its "script" subdirectory (its named "scgi_rails") and the command file to start SCGI (start_scgi.cmd) in the app''s root directory. These files can be copied from the cookbook application. I need to add something to Instant Rails to assist in this. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051015/6013293f/attachment-0001.htm
Juan M. Cervera
2005-Oct-15 17:24 UTC
[Instantrails-users] Installing typo in InstantRails
Thanks Curt It will be great to have Typo installed as a sample app. I have seen how to have two or more applications installed, running the scgi_rails script in different ports. It works vwery well. But I would like to change the default page of my rails apps, changing config/routes.rb and this seems not to work. I have put this line in routes.rb map.connect '''', :controller => ''store'' but the browser, insted of being redirected to the scpedified controller shows the index of the public directoty, Is it necessary to have an index.html page that redirects to another page in the application? Juanma>From: Curt Hibbs <curt.hibbs at gmail.com> >Reply-To: curt at hibbs.com, instantrails-users at rubyforge.org >To: instantrails-users at rubyforge.org >Subject: Re: [Instantrails-users] Installing typo in InstantRails >Date: Sat, 15 Oct 2005 10:47:48 -0500 > >On 10/15/05, Juan M. Cervera <juanmacervera at msn.com> wrote: > > > > I am trying to install typo on InstantRails, > > I think my problem has somthing to do with routing. > > I point my browser to the server but the only page I see is the >index.html > > of ${path}/www (the page with "Instant Rails Help - Cooming soon!") > > ¿What I need to do to go into the typo app? > > > > Another question. > > Is there a how-to article, on how to setup two or more applications in >the > > server? > > do I have to handle their request through SCGI mounted in different >ports? > > > > I hope InstallRails solves all the trouble I had trying to configure > > fastcgi on apache in windows xp > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > >That''s why I went with SCGI... I never was able to get FastCGI completely >working on Windows. > >Yes, to run multiple applications, just choose a different port for each >one. > >I''ve been meaning to install Typo myself (possible include it as a >pre-installed sample app like the cookbook). I''ll try installing Typo >myself >today and then I''ll be in a better position to help you. > >Curt>_______________________________________________ >Instantrails-users mailing list >Instantrails-users at rubyforge.org >http://rubyforge.org/mailman/listinfo/instantrails-users_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it''s FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/