Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything like Fabric for Perl? [closed]

I really like Fabric for personal projects, but I am working in a Perl-oriented environment in my day-to-day job. I’d like to stay away from introducing another language to the workflow, so I’m wondering if there exists something similar to Fabric for doing automated deployments in Perl.

like image 272
igor Avatar asked Sep 02 '11 09:09

igor


1 Answers

Have a look at Rex. However its more based on Capistrano than Fabric.

Also check out this older SO question Is there a Perl or Lua alternative to Capistrano?

like image 185
draegtun Avatar answered Sep 30 '22 17:09

draegtun