Quick and Easy Drush Debian Packaging

I found a really nice way of packaging up drush as a debian package without having to go through all the hassle of creating all the files for a “true” debian package. You’ll need the following: Git Composer FPM gem You can then run the following commands to setup your base environment for packaging: 1 2 3 4 git clone git@github.com:drush-ops/drush.git cd drush composer install sudo gem install fpm To test to make sure your latest master copy of drush is working quickly run either drush or drush —version...

April 24, 2014 · 1 min · Mike Bell