public
Fork of technoweenie/attachment_fu
Description: Fork of attachment_fu patched so that thumbnails can be generated without squashing/stretching them when using MiniMagick
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/tekin/attachment_fu.git
attachment_fu / install.rb
100644 5 lines (4 sloc) 0.248 kb
1
2
3
4
5
require 'fileutils'
 
s3_config = File.dirname(__FILE__) + '/../../../config/amazon_s3.yml'
FileUtils.cp File.dirname(__FILE__) + '/amazon_s3.yml.tpl', s3_config unless File.exist?(s3_config)
puts IO.read(File.join(File.dirname(__FILE__), 'README'))