Problem in running console in production mode

Hello guys,

I have just now completed my application and decided to deploy it on sever. But the problem i faced is that i can not run ./script/console there.. It gives me error as:-

script/console:2:in `require': no such file to load -- script/../config/boot (LoadError)         from script/console:2

What is the mistake i am doing?

Hello guys,

I have just now completed my application and decided to deploy it on sever. But the problem i faced is that i can not run ./script/console there.. It gives me error as:-

script/console:2:in `require': no such file to load -- script/../config/boot (LoadError) from script/console:2

What is the mistake i am doing?

Is config/boot.rb there ?

Fred

Resolved.. It was there but i was trying with my login.. Needs to be super user to do it .. :slight_smile:

Frederick Cheung wrote: