문제

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