Rameshwar Vyevhare
2011-Dec-19 13:31 UTC
Can anyone tell me, how to test production environment on our local system
Actually last few days we are facing some challenges to test production environment on local, I tried with vagrant gem but there is issues on ubunut for posgre installation, Is there any other way to do that? With Regards, Rameshwar -- 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.
Colin Law
2011-Dec-19 13:36 UTC
Re: Can anyone tell me, how to test production environment on our local system
On 19 December 2011 13:31, Rameshwar Vyevhare <rameshwar-RurJdf2q/3b81YoFknqbq1pr/1R2p/CL@public.gmane.org> wrote:> Actually last few days we are facing some challenges to test production > environment on local, I tried with vagrant gem but there is issues on > ubunut for posgre installation, Is there any other way to do that?To run in production mode start the server with rails server -e production but I presume you mean more that that. It all depends on what your production environment is. You mention postgresql as an issue, but unless you go into details on the exact problems you have then it is difficult to help. Colin -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rameshwar Vyevhare
2011-Dec-20 05:17 UTC
Re: Can anyone tell me, how to test production environment on our local system
Thanks colin, I got it. On 19/12/11 7:06 PM, "Colin Law" <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:>On 19 December 2011 13:31, Rameshwar Vyevhare ><rameshwar-RurJdf2q/3b81YoFknqbq1pr/1R2p/CL@public.gmane.org> wrote: >> Actually last few days we are facing some challenges to test production >> environment on local, I tried with vagrant gem but there is issues on >> ubunut for posgre installation, Is there any other way to do that? > >To run in production mode start the server with >rails server -e production >but I presume you mean more that that. It all depends on what your >production environment is. You mention postgresql as an issue, but >unless you go into details on the exact problems you have then it is >difficult to help. > >Colin > >-- >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. >-- 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.