[Capistrano] Re: rake db:migrate results in Illegal instruction

2007-10-16 Thread timgremore
was it installed? Do you get the same error if you log into the server and run rake db:migrate by hand? - Jamis On Oct 16, 2007, at 8:05 AM, timgremore wrote: I am working on deploying to TextDrive, however, when my migration runs, it results in Illegal instruction. Here are the final few lines

[Capistrano] Re: rake db:migrate results in Illegal instruction

2007-10-16 Thread timgremore
, at 9:27 AM, timgremore wrote: Hi Jamis, Thanks for the help. ruby -v gets 1.8.5 and I get the same when I run rake db:migrate by hand. On Oct 16, 9:52 am, Jamis Buck [EMAIL PROTECTED] wrote: Sounds like a bug in the ruby version you have installed on the remote machine. What

[Capistrano] new to capistrano

2007-10-11 Thread timgremore
I'm currently trying to run any capistrano command - cap deploy:check, for example - and I am getting nowhere. When I run deploy:check, I get: * executing `deploy:check' * executing test -d /users/home/nwtconline/apps/admin/releases servers: [admin.online.nwtc.edu] Unfortunately that is

[Capistrano] Re: new to capistrano

2007-10-11 Thread timgremore
Yeah - ssh admin.online.nwtc.edu logs in just fine. On Oct 11, 12:21 pm, Paul Dowman [EMAIL PROTECTED] wrote: Does it work if you do ssh admin.online.nwtc.edu on the command-line? On 10/11/07, timgremore [EMAIL PROTECTED] wrote: I'm currently trying to run any capistrano command - cap