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 ?

Était-ce utile?

La solution

Something like

mongrel_rails start -e production
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top