Hi
When I follow the step by step installation instructions and type rake db:migrate on a Debian server I have a "rake : command not found" error message. I have installed all required Debian packages described in the previous steps. Did I miss something ?
Regards
Hi,
Did you install the "rake" package?
If not, you should (must be root):
apt-get install rake
dpkg -L rake
The latter will show you the package details.
Regards,
Vidul Petrov