开发者

Capistrana will it be useful for executing remote rake task

I want to execute some rake task from remote machine. Would Capistrano be useful for this case.

Here i am not going to do any deployment, so there will no开发者_JS百科t be any code update. I wish to send some files to my rails project and execute the rake task.

Please suggest which could be suitable, only Capistrano comes in my mind. I am very new to Capistrano


the first thing you can use is

  1. $ cap shell
  2. $ cap -vT

if you need remote console, log display, please take a look my capistrano tasks on Github

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜