Starting a rails app in Mongrel

After installing mongrel
http://mongrel.rubyforge.org/

I try to start mongrel into my railsapp
mongrel_rails start
bash: mongrel_rails: command not found

why doesn´t mongrel start when i start it at the way described into the
manual

GA Gorter wrote:

After installing mongrel
http://mongrel.rubyforge.org/

I try to start mongrel into my railsapp
mongrel_rails start
bash: mongrel_rails: command not found

why doesn´t mongrel start when i start it at the way described into the
manual

Hi,

Did this command succeed ?
$sudo gem install mongrel

Looks like you don’t have mongrel successfully installed.

I might not be in your path. Did you build mongrel yourself?

If you do it via ruby gems you wouldn’t have this problem.

On Sep 12, 6:10 am, GA Gorter [email protected]

Thanks for reactions in this topic.
I installed a new ruby app and this app works well
I don’t know exactly the reason this work corectly, i think that other
app has an oder version or something.