pullmonkey / simple_cms

CMS plugin for ruby on rails. Really easy to set up and use.

This URL has Read+Write access

simple_cms / install.rb
100644 9 lines (7 sloc) 0.458 kb
1
2
3
4
5
6
7
8
9
# Install hook code here
require 'ftools'
 
puts IO.read(File.join(File.dirname(__FILE__), 'README'))
puts "\n\n======================================================"
puts "\n\nMoving all required javascript and css files to your public directory..."
`rake simple_cms:install`
puts "\n\nsimple_cms requires 4 dependencies...attachment_fu, responds_to_parent, acts_as_versioned, and coderay. To install them use: \n'rake simple_cms:install_dependencies'\n\n"