public
Description: CMS plugin for ruby on rails. Really easy to set up and use.
Homepage: http://www.pullmonkey.com/projects/simple_cms
Clone URL: git://github.com/pullmonkey/simple_cms.git
jeroenj (author)
Thu Sep 03 06:43:23 -0700 2009
commit  2411bcdd4c7ffb32ca1fe148776b9d8613942bbb
tree    1fb200bd98981152c8bd1cb5156dabd1d5065e80
parent  b2355525f1913e2c31137da1d6be93e06e6e6d96
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"