Skip to content

Instantly share code, notes, and snippets.

@topfunky
Created October 10, 2008 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topfunky/16098 to your computer and use it in GitHub Desktop.
Save topfunky/16098 to your computer and use it in GitHub Desktop.
desc "Install merb from the repository"
task :default do
system "sudo gem install wycats-thor -s http://gems.github.com"
system "curl -L http://merbivore.com/merb.thor > merb.thor"
system "sudo thor merb:edge --install"
system "sudo thor merb:edge:plugins ---install"
system "sudo thor merb:edge:do mysql --install"
system "sudo thor merb:edge:dm_core --install"
system "sudo thor merb:edge:dm_more --install"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment