Hi I have installed InstantRails in my localhost. i can able to run ruby on rails apllication. but i saw a folder for php and phpmyadmin in InstantRails. i have doubt about php. we can possible to run php and phpmyadmin with rails.(or) its not possible? why they gave php and phpmyadmin folder in InstantRails. please let me know clearly. thanks, karthik. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
hi, yes u can surely run php using Instant rails. You have to just create a your project folder in WWW folder present in instant rails. After that , go to the browser and type http://localhost/project-folder name/filename and you will find that your php file working. For running phpmyadmin you have to write http://localhost/mysql/ in the browser. They have give php option in instant rails because basically when instant rails starts APACHE server also starts working with it and php codes run on apache server. i hope this will clear your doubt. Regards, Vivek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
vivek wrote:> hi, > > yes u can surely run php using Instant rails. You have to just create > a your project folder in WWW folder present in > instant rails. After that , go to the browser and type > http://localhost/project-folder > name/filename and you will find that your > php file working. > > For running phpmyadmin you have to write http://localhost/mysql/ in > the browser. They have give php option in > instant rails because basically when instant rails starts APACHE > server also starts working with it and php codes > run on apache server. > > i hope this will clear your doubt. > > Regards, > Vivekhi Vivek Thanks for your replay. but i was tried. i got like this in php: Replace this File! This is the default index.html file being served out of the www directory. You should replace this with something more appropriate. in phpmyadmin: The requested URL /phpmyadmin was not found on this server. Apache/1.3.33 Server at localhost Port 80 thanks Karthik -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Vivek, I would be thrilled to be able to run PHPAdmin on my Windows XP computer and I was hoping this thread would get me closer to that goal. Can you speak to this topic? Thank you, Kathleen On Aug 24, 11:33 pm, vivek <vivek83j...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi, > > yes u can surely run php using Instant rails. You have to just create > a your project folder in WWW folder present in > instant rails. After that , go to the browser and typehttp://localhost/project-folder > name/filename and you will find that your > php file working. > > For running phpmyadmin you have to writehttp://localhost/mysql/in > the browser. They have give php option in > instant rails because basically when instant rails starts APACHE > server also starts working with it and php codes > run on apache server. > > i hope this will clear your doubt. > > Regards, > Vivek--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
karthik reva wrote:> Hi > > I have installed InstantRails in my localhost. i can able to run ruby on > rails apllication. but i saw a folder for php and phpmyadmin in > InstantRails. > > i have doubt about php. we can possible to run php and phpmyadmin > with rails.(or) > its not possible? why they gave php and phpmyadmin folder in > InstantRails. > please let me know clearly. > > thanks, > karthik. >Phpmyadmin is used in InstantRails for managing the database and it does work. Apache is also there primarily for use by phpmyadmin. I do not know about the php directory but I imagine it is there for support of phpmyadmin. Norm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---