Created
January 25, 2013 08:31
-
-
Save mojopon/4632801 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macmini:rails_tutorial tyamuro$ cd /home/tyamuro/fjord/deploy/releases/20130125075645 && bundle install --gemfile /home/tyamuro/fjord/deploy/releases/20130125075645/Gemfile --path /home/tyamuro/fjord/deploy/shared/bundle --deployment --quiet --without development test | |
macmini:rails_tutorial tyamuro$ cap deploy:update | |
* 17:03:59 == Currently executing `deploy:update' | |
** transaction: start | |
* 17:03:59 == Currently executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:tyamuro/rails_tutorial.git HEAD" | |
command finished in 6608ms | |
* executing "git clone -q [email protected]:tyamuro/rails_tutorial.git /home/tyamuro/fjord/deploy/releases/20130125080405 && cd /home/tyamuro/fjord/deploy/releases/20130125080405 && git checkout -q -b deploy 661ea0dc9acc82dc8f5f3e311dad789017273e77 && (echo 661ea0dc9acc82dc8f5f3e311dad789017273e77 > /home/tyamuro/fjord/deploy/releases/20130125080405/REVISION)" | |
servers: ["192.168.1.14"] | |
[192.168.1.14] executing command | |
command finished in 6024ms | |
* 17:04:12 == Currently executing `deploy:finalize_update' | |
triggering before callbacks for `deploy:finalize_update' | |
* 17:04:12 == Currently executing `deploy:assets:symlink' | |
* executing "rm -rf /home/tyamuro/fjord/deploy/releases/20130125080405/public/assets &&\\\n mkdir -p /home/tyamuro/fjord/deploy/releases/20130125080405/public &&\\\n mkdir -p /home/tyamuro/fjord/deploy/shared/assets &&\\\n ln -s /home/tyamuro/fjord/deploy/shared/assets /home/tyamuro/fjord/deploy/releases/20130125080405/public/assets" | |
servers: ["192.168.1.14"] | |
[192.168.1.14] executing command | |
command finished in 612ms | |
* 17:04:12 == Currently executing `bundle:install' | |
* executing "cd /home/tyamuro/fjord/deploy/releases/20130125080405 && bundle install --gemfile /home/tyamuro/fjord/deploy/releases/20130125080405/Gemfile --path /home/tyamuro/fjord/deploy/shared/bundle --deployment --quiet --without development test" | |
servers: ["192.168.1.14"] | |
[192.168.1.14] executing command | |
*** [err :: 192.168.1.14] tput: | |
*** [err :: 192.168.1.14] No value for $TERM and no -T specified | |
*** [err :: 192.168.1.14] | |
*** [err :: 192.168.1.14] tput: | |
*** [err :: 192.168.1.14] No value for $TERM and no -T specified | |
*** [err :: 192.168.1.14] | |
** [out :: 192.168.1.14] ERROR: Gem bundler is not installed, run `gem install bundler` first. | |
command finished in 619ms | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /home/tyamuro/fjord/deploy/releases/20130125080405; true" | |
servers: ["192.168.1.14"] | |
[192.168.1.14] executing command | |
command finished in 706ms | |
failed: "rvm_path=$HOME/.rvm/ $HOME/.rvm/bin/rvm-shell '1.9.3@rails_tutorial' -c 'cd /home/tyamuro/fjord/deploy/releases/20130125080405 && bundle install --gemfile /home/tyamuro/fjord/deploy/releases/20130125080405/Gemfile --path /home/tyamuro/fjord/deploy/shared/bundle --deployment --quiet --without development test'" on 192.168.1.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment