amritpal pathak
2010-Oct-18 13:36 UTC
How to run the application Rubyonrails''s on the server (localhost)
i have download the source code of OpenStreetview.org ,this is a rubyonrails applcation.but i dont know how to run it on my computer. i have installed ruby,rails,apache,mysql(Just install) Besides this i know nothing. please somebody help how to run the rubyonrails applcation at server at own computer Thanks in advance -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Amit Kumar
2010-Oct-18 13:47 UTC
Re: How to run the application Rubyonrails''s on the server (localhost)
Hi, If you have created your app then got to your rails directory and run "script/server" If app is not craeted then run "rails demo", it will create a rails app named with demo On 18 October 2010 19:06, amritpal pathak <amritpalpathak1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i have download the source code of OpenStreetview.org ,this is a > rubyonrails applcation.but i dont know how to run it on my computer. > i have installed > ruby,rails,apache,mysql(Just install) > Besides this i know nothing. > > please somebody help how to run the rubyonrails applcation at server at own > computer > > Thanks in advance > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Amit Kumar
2010-Oct-18 13:49 UTC
Re: How to run the application Rubyonrails''s on the server (localhost)
Also, before running command "script/server", run rake db:migrate in demo directory path to populate the DB but you need to create teh db first if using Mysql or Postgresql. On 18 October 2010 19:17, Amit Kumar <amitbaraik-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > If you have created your app then got to your rails directory and run > "script/server" > If app is not craeted then run "rails demo", it will create a rails app > named with demo > > > > On 18 October 2010 19:06, amritpal pathak <amritpalpathak1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> i have download the source code of OpenStreetview.org ,this is a >> rubyonrails applcation.but i dont know how to run it on my computer. >> i have installed >> ruby,rails,apache,mysql(Just install) >> Besides this i know nothing. >> >> please somebody help how to run the rubyonrails applcation at server at >> own computer >> >> Thanks in advance >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
amritpal pathak
2010-Oct-19 13:13 UTC
How to run the application Rubyonrails''s on the server (localhost)
i have download the source code of OpenStreetview.org ,this is a rubyonrails applcation.but i dont know how to run it on my computer. i have installed ruby,rails,apache,mysql(Just install) Besides this i know nothing. please somebody help how to run the rubyonrails applcation at server at own computer Thanks in advance -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Oct-19 14:35 UTC
Re: How to run the application Rubyonrails''s on the server (localhost)
amritpal pathak wrote in post #955411:> i have download the source code of OpenStreetview.org ,this is a > rubyonrails > applcation.but i dont know how to run it on my computer. > i have installed > ruby,rails,apache,mysql(Just install) > Besides this i know nothing. > > please somebody help how to run the rubyonrails applcation at server at > own > computer > > Thanks in advancePlease stop repeating yourself. You''ve already started one thread on this topic. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.