Вопрос

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 ?

Это было полезно?

Решение

Something like

mongrel_rails start -e production
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top