Domanda

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 ?

È stato utile?

Soluzione

Something like

mongrel_rails start -e production
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top