Well, the error is still there even after I installed Passenger and it
seems to be working fine.
This is generated after I enter "cap deploy"
* executing "bundle install --gemfile /Library/WebServer/sites/
vusion/releases/\e[33m20110317223132\e[39;49m\e[0m/Gemfile --path /
Library/WebServer/sites/vusion/shared/bundle --deployment --quiet --
without development test"
servers: ["75.149.217.83"]
[75.149.217.83] executing command
** [out :: 75.149.217.83] sh: bundle: command not found
** [out :: 75.149.217.83] sh: 49m/Gemfile: No such file or directory
command finished in 22ms
*** [deploy:update_code] rolling back
* executing "rm -rf /Library/WebServer/sites/vusion/releases/
20110317223132; true"
servers: ["x.x.x.x"]
[x.x.x.x] executing command
command finished in 31ms
failed: "env PATH=/usr/local/git/bin:$PATH sh -c 'bundle install --
gemfile /Library/WebServer/sites/vusion/releases/
\e[33m20110317223132\e[39;49m\e[0m/Gemfile --path /Library/WebServer/
sites/vusion/shared/bundle --deployment --quiet --without development
test'" on x.x.x.x
Now, a bunch of other commands worked fine.
Any ideas about this? There are weird escape characters in the
command that are present in earlier commands created by capistrano.
Thanks!
Chris
On Mar 17, 11:50 am, Lee Hambley <[email protected]> wrote:
> You're missing your application server, whatever you prefer to use, the
> script/spin you're seeing was bundled with old versions of Rails, a way to
> use mongrel clusters to run your application, it's the Capistrano default…
> but *nobody* uses deploy:cold or mongrel clusters anymore!
>
> Your application server is, unicorn, Passenger mod_rails, or one of
> countless others… and most have pretty good docs on how to work with them
> using Capsitrano.
>
> Passenger is probably the easiest to use; Unicorn is the most `unix` like…
> and various others have their pros, and cons… take your pick, really!
>
> - Lee
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/capistrano?hl=en