Kumar.1524v-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-03 07:18 UTC
how to deploy a rails project in to server
hi to every one am new to ror recently we develop a project called templatesbasket.com everything work in localhost properly. can anyone tell me the procedure for deploying rails project from localhost to server . plz help me. its very urgent 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-/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 -~----------~----~----~----~------~----~------~--~---
rein.henrichs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-03 07:23 UTC
Re: how to deploy a rails project in to server
There are dozens of blog posts and even a recently released book on the subject from The Pragmatic Programmer. http://brainspl.at would be the first place to look. Google would be the second. On Sep 3, 2:18 am, "Kumar.15...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <Kumar.15...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi to every one > am new to ror > > recently we develop a project called templatesbasket.com > > everything work in localhost properly. > > can anyone tell me the procedure for deploying rails project from > localhost to server . > > plz help me. its very urgent > > 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-/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 -~----------~----~----~----~------~----~------~--~---
Kumar.1524v-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-03 07:29 UTC
Re: how to deploy a rails project in to server
hi thanks for ur reply can u tell me the procedure for deploy a simple "helloworld" application into server using goddady --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
atpunkt-TM7Dk29TcfyELgA04lAiVw@public.gmane.org
2007-Sep-03 07:36 UTC
Re: how to deploy a rails project in to server
Hi everyone & Kumar Yes I know, someone will come up with capistrano, which is good and fine, but this guy doesn''t seem to have the time to learn it. So just a few pointers: - You need to have ruby and rails (and mongrel) running on the new Server ( you are telling us too little about WHAT exactly you may need to deploy apart from your own application) - Usually it''s enough to copy the database to the new server, empty it from testdata, rename it to the productionname (you DID configure a production-DB in your database.yml?) - then copy the application-directory to the new server and see if it runs with "script/server -e production" - look into mongrel_rails - look into apache-proxying - don''t run mongrel on port 80 - start by moving the application to another non-production-server, to see if you got the basics working, before going into production good luck, and try dry-running this kind of move next time, before you have to post another "urgent cry for help" . Best wishes, Phil On 3 Sep., 09:18, "Kumar.15...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <Kumar.15...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi to every one > am new to ror > > recently we develop a project called templatesbasket.com > > everything work in localhost properly. > > can anyone tell me the procedure for deploying rails project from > localhost to server . > > plz help me. its very urgent > > 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-/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 -~----------~----~----~----~------~----~------~--~---
rein.henrichs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Sep-03 07:37 UTC
Re: how to deploy a rails project in to server
Sure... First you read the various articles on deploying a rails app to the server, then you try to follow them. This is a pretty deep topic that has been covered at length. Time to do a little homework. On Sep 3, 2:29 am, "Kumar.15...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <Kumar.15...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi > thanks for ur reply > > can u tell me the procedure for deploy a simple "helloworld" > application into server using goddady--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---