Hi, i have a rails app which is done with instant rails, now i need to take the app to other computer and use it without migrating , that is plug and play use of that application, can anyone help with that??? plz! -- 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.
On Tue, Jan 12, 2010 at 2:40 AM, Ralu rm <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > i have a rails app which is done with instant rails, now i need to take > the app to other computer and use it without migrating , that is plug > and play use of that application, can anyone help with that??? plz!Rails applications are portable. You just need to copy your application''s directory. Of course you will need your server already set up for that. If you could describe your environment to us, will be much easier to help you. With this information is impossible to address the best solution for your problem. -- Leonardo Mateo. There''s no place like ~ -- 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.
Leonardo Mateo wrote:> On Tue, Jan 12, 2010 at 2:40 AM, Ralu rm <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Hi, >> i have a rails app which is done with instant rails, now i need to take >> the app to other computer and use it without migrating , that is plug >> and play use of that application, can anyone help with that??? plz! > Rails applications are portable. You just need to copy your > application''s directory. > Of course you will need your server already set up for that. > If you could describe your environment to us, will be much easier to > help you. > With this information is impossible to address the best solution for > your problem.thanks for responding, iam using mongrel server mysql database ya rails application is portable, but i wanted to make the rails application to be plug and play, dat means a person who dont know about rails can use dat. thanks in advance -- Posted via http://www.ruby-forum.com/. --0015174c0d5c7d5820047cf7a4f0 Content-Type: text/plain; charset=ISO-8859-1 -- 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. --0015174c0d5c7d5820047cf7a4f0--
On Tue, Jan 12, 2010 at 10:29 AM, Ralu rm <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Leonardo Mateo wrote: >> On Tue, Jan 12, 2010 at 2:40 AM, Ralu rm <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>> Hi, >>> i have a rails app which is done with instant rails, now i need to take >>> the app to other computer and use it without migrating , that is plug >>> and play use of that application, can anyone help with that??? plz! >> Rails applications are portable. You just need to copy your >> application''s directory. >> Of course you will need your server already set up for that. >> If you could describe your environment to us, will be much easier to >> help you. >> With this information is impossible to address the best solution for >> your problem. > > thanks for responding, > > iam using mongrel server > mysql databaseWhat will be your deployment environment?> ya rails application is portable, but i wanted to make the rails > application to be plug and play, dat means a person who dont know about > rails can use dat.Could you be more specific? What is a person that don''t know rails? A sysadmin? An end user? A developer? Define "use" for that person. Define "plug and play" for an application. Is it refered to the deployment? to the user? -- Leonardo Mateo. There''s no place like ~ -- 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.
Ralu rm wrote: Leonardo Mateo wrote: On Tue, Jan 12, 2010 at 2:40 AM, Ralu rm wrote: Hi, i have a rails app which is done with instant rails, now i need to take the app to other computer and use it without migrating , that is plug and play use of that application, can anyone help with that??? plz! Rails applications are portable. You just need to copy your application''s directory. Of course you will need your server already set up for that. If you could describe your environment to us, will be much easier to help you. With this information is impossible to address the best solution for your problem. thanks for responding, iam using mongrel server mysql database ya rails application is portable, but i wanted to make the rails application to be plug and play, dat means a person who dont know about rails can use dat. thanks in advance You can just zip up the InstantRails directory and move it over to the other computer (assuming you are talking of another windows computer). The database and all of the rails support software including ruby and gems and your application are all contained in the InstantRails directory tree. It can just be copied over to another computer and it will run there the same as it does on your computer. Norm --000e0cd5c8e44286ca047cfa19ad Content-Type: text/html; charset=ISO-8859-1 -- 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. --000e0cd5c8e44286ca047cfa19ad--