Skip to content

Instantly share code, notes, and snippets.

@okiess
Created October 3, 2008 11:08
Show Gist options
  • Save okiess/14545 to your computer and use it in GitHub Desktop.
Save okiess/14545 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf src
git rm -rf bin
thor merb:edge:core
thor merb:tasks:setup
bin/thor merb:edge:more
bin/thor merb:edge:plugins
bin/thor merb:edge:dm_core
bin/thor merb:edge:dm_more
bin/thor merb:edge:do
bin/thor merb:source:clone dm-paperclip --sources=.sources.yml
git rm -rf gems
bin/thor merb:source:install extlib
bin/thor merb:source:install merb-core
bin/thor merb:source:install merb-more
bin/thor merb:source:install merb-plugins
bin/thor merb:source:install merb-plugins/merb_auth/merb_auth-core
bin/thor merb:source:install merb-plugins/merb_auth/merb_auth-more
bin/thor merb:source:install merb-plugins/merb_auth/slices/merb_auth_password_slice
bin/thor merb:source:install do/data_objects
bin/thor merb:source:install do/do_sqlite3
bin/thor merb:source:install do/do_mysql
bin/thor merb:source:install dm-core
bin/thor merb:source:install dm-more
bin/thor merb:source:install dm-more/merb_datamapper
bin/thor merb:source:install dm-paperclip
bin/thor merb:gems:install prawn
bin/thor merb:gems:install merb_has_flash
git add gems
git add bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment