Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fabien/10595 to your computer and use it in GitHub Desktop.
Save fabien/10595 to your computer and use it in GitHub Desktop.
fabien$ rm -Rf bin gems src
fabien$ thor merb:tasks:setup
Located thor in gem cache...
Successfully installed thor-0.9.6
Located rake in gem cache...
Successfully installed rake-0.8.1
Located rspec in gem cache...
Successfully installed rspec-1.1.4
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/thor
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/rake2thor
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/rake
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/spec
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/spec_translator
# look - no rubygems! I disabled it after the merb:tasks:setup step
fabien$ ls /opt/local/lib/ruby/gems/1.8
ls: /opt/local/lib/ruby/gems/1.8: No such file or directory
fabien$ bin/thor merb:edge --install
Cloning thor repository from git://github.com/wycats/thor.git...
...
Successfully installed thor-0.9.6
Cloning extlib repository from git://github.com/sam/extlib.git...
...
Successfully installed facets-2.4.4
Successfully installed english-0.2.0
Successfully installed extlib-0.9.7
Cloning merb-core repository from git://github.com/wycats/merb-core.git...
...
Successfully installed abstract-1.0.0
Successfully installed erubis-2.6.2
Successfully installed json_pure-1.1.3
Successfully installed rack-0.4.0
Successfully installed mime-types-1.15
Successfully installed hpricot-0.6.161
Successfully installed merb-core-0.9.7
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/merb
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/rake
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/spec
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/spec_translator
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/thor
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/rake2thor
Cloning merb-more repository from git://github.com/wycats/merb-more.git...
...
Successfully installed rubyforge-1.0.0
Successfully installed hoe-1.7.0
Successfully installed RubyInline-3.7.0
Successfully installed ParseTree-2.2.0
Successfully installed ruby2ruby-1.1.9
Successfully installed merb-action-args-0.9.7
Successfully installed merb-assets-0.9.7
Successfully installed highline-1.4.0
Successfully installed diff-lcs-1.1.2
Successfully installed templater-0.2
Successfully installed merb-gen-0.9.7
Successfully installed haml-2.0.3
Successfully installed merb-haml-0.9.7
Successfully installed builder-2.1.2
Successfully installed merb-builder-0.9.7
Successfully installed mailfactory-1.4.0
Successfully installed merb-mailer-0.9.7
Successfully installed merb-parts-0.9.7
Successfully installed merb-cache-0.9.7
Successfully installed merb-slices-0.9.7
Successfully installed merb-jquery-0.9.7
Successfully installed merb-more-0.9.7
Adding local executable /Users/fabien/Development/merb-related/bundle-app/bin/merb-gen
fabien$ bin/thor merb:gems:install mongrel
Installing mongrel...
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Successfully installed gem_plugin-0.2.3
Successfully installed daemons-1.0.10
Successfully installed fastthread-1.0.1
Successfully installed cgi_multipart_eof_fix-2.5.0
Successfully installed mongrel-1.1.5
fabien$ bin/merb
~ Compiling routes...
~ Starting Merb server listening at 0.0.0.0:4000
~ Using Mongrel adapter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment