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
- $ cap shell
- $ cap -vT
if you need remote console, log display, please take a look my capistrano tasks on Github
精彩评论