Pregunta

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 ?

¿Fue útil?

Solución

Something like

mongrel_rails start -e production
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top