Updated radiant cms install script.

Follw up on my previous radiant script.

radiant  --database mysql test
# edit config/database.yml
rake production db:bootstrap
radiant --database mysql test
rake production db:bootstrap
git clone git://github.com/radiant/radiant-reorder-extension.git vendor/extensions/reorder
cd vendor/plugins/reorder/
git reset --hard 22ed6cdbb5bd8a3a98badf661f5b0c3bae5f29b0
rake production radiant:extensions:reorder:migrate
rake production radiant:extensions:reorder:update
git clone git://github.com/kbingman/paperclipped.git vendor/extensions/paperclipped
rake production db:migrate:extensions
rake production radiant:extensions:paperclipped:update
git clone git://github.com/MrGossett/radiant_page_meta_extension.git vendor/extensions/page_meta
rake production db:migrate:extensions
# http://github.com/radiant/radiant-reorder-extension/tree/master
# http://www.nabble.com/PageAttachments-migration-looking-for-Admin::PagesController-td21080134.html
# http://github.com/kbingman/paperclipped/tree/master
# Needs sudo apt-get install imagemagick librmagick-ruby1.8

1 Comment

  1. Kyle Said,

    August 4, 2009 @ 11:48 am

    Thank you SO MUCH for this! Seriously…I was about ready to pull out my hair, punch through my monitor and burn down anything with the words “Ruby”, “on” and “Rails” on it because NOTHING I did would work getting Paperclipped installed and working on my instance of Radiant.

    But then I came across this just by chance, followed your commands for getting Paperclipped and installing it and it worked BRILLIANTLY.

    Thank you again! You have no idea how much this means to a Rails n00b. 🙂

RSS feed for comments on this post