I was able to use Capistrano in conjunction with a Rails2 app that clones php/mysql sites
example: http://socialsynergyweb.org/network/blog/building-capistrano-recipe-rails2-application-deploy-drupal-clone-sites-or-other-cloned-web-app The "run" commands Jamis describes below are no different than what you would run from the command line. Also in my case, it only worked when I named my Capistrano file "capfile", and ran the cap command from directory where the capfile lives On Tue, Jan 27, 2009 at 1:24 PM, Jamis Buck <[email protected]> wrote: > > Paula, > > Most definitely. You'd just write a task that executes the commands you > need to install the package, e.g.: > > task :install_wiki do > run "command to install wiki here" > run "if necessary, run other commands here, too" > end > > - Jamis > > On 1/27/09 11:15 AM, Paula wrote: > > Hey all! > > > > I´d like to know if its possible to use capistrano to deploy non-ruby > > and out-of-rails applications.. > > As an example , install a package with a wiki and the application. > > > > thanks > > > > > > > > > > -- Sam Rose Social Synergy Tel:+1(517) 639-1552 Cel: +1-(517)-974-6451 AIM: Str9960 Linkedin Profile: https://www.linkedin.com/in/samrose skype: samuelrose email: [email protected] http://socialsynergyweb.org/network/services "When a distinguished elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong." Arthur C. Clarke, Clarke's first law --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
