Question

I'm using the mongrel rails server for running my instance of redmine.

Now, it is automatically choosing the development environment as the current environment. How do i tell my rails app that it is supposed to run in production ?

Was it helpful?

Solution

Something like

mongrel_rails start -e production
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top