Created
October 10, 2008 16:52
-
-
Save topfunky/16098 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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