Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@larryzhao
Created March 15, 2012 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larryzhao/2044325 to your computer and use it in GitHub Desktop.
Save larryzhao/2044325 to your computer and use it in GitHub Desktop.
cap deploy:start
$ cap deploy:start
triggering load callbacks
* executing `staging'
triggering start callbacks for `deploy:start'
* executing `multistage:ensure'
* executing `deploy:start'
Starting TorqueBox AS
* executing "nohup /usr/local/rvm/gems/jruby-1.6.7@global/gems/torquebox-server-2.0.0.cr1-java/jboss/bin/standalone.sh -b 0.0.0.0 < /dev/null > /dev/null 2>&1 &"
servers: ["domain"]
[domain] executing command
[domain] rvm_path=/usr/local/rvm /usr/local/rvm/bin/rvm-shell 'jruby-1.6.7@myapp' -c 'nohup /usr/local/rvm/gems/jruby-1.6.7@global/gems/torquebox-server-2.0.0.cr1-java/jboss/bin/standalone.sh -b 0.0.0.0 < /dev/null > /dev/null 2>&1 &'
command finished in 866ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment