So, this is my first ever attempt with capistrano, and it's the
simplest of scenarios. Dev box==prod box. When I run deploy:setup,
all is good, same with deploy:check.
The deploy:cold sets up the directories and I can get to the site,
however, the db migration is not running, complaining it can't find
the rake command.
----
* executing "cd /Users/ggoodrich/rails_prod/thornhillDirectory/
releases/20071003130902; rake RAILS_ENV=production db:migrate"
servers: ["homemac"]
[homemac] executing command
** [out :: homemac] sh: line 1: rake: command not found
command finished
----
I have tried changing the .ssh/environment file to set the path, but
that ended up causing me larger issues.
Any ideas? I am so close.....
Thanks,
Ruprict
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---