Created
June 12, 2009 15:56
-
-
Save justinvt/128720 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task :repair_image_magick, :roles=>[:app] do | |
sudo "aptitude update " | |
sudo "aptitude install imagemagick" | |
sudo "apt-get install librmagick-ruby --yes" | |
sudo "apt-get install libmagick9-dev --yes" | |
sudo "gem install rmagick" | |
end | |
task :bundle, :roles=>[:app, :web] do | |
sudo "rake ec2:locate_sendmail RAILS_ENV=#{rails_env}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment