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

On 19 December 2011 13:31, Rameshwar Vyevhare
[email protected] 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

Thanks colin, I got it.