Skip to content

Instantly share code, notes, and snippets.

@calavera
Created March 19, 2011 16:48
Show Gist options
  • Save calavera/877597 to your computer and use it in GitHub Desktop.
Save calavera/877597 to your computer and use it in GitHub Desktop.
$ bundle install --deployment --path tmp/bundled_gems --binstubs tmp/bin
Fetching source index for http://rubygems.org/
Installing rake (0.8.7)
Installing abstract (1.0.0)
Installing activesupport (3.0.4)
Installing builder (2.1.2)
Installing i18n (0.5.0)
Installing activemodel (3.0.4)
Installing erubis (2.6.6)
Installing rack (1.2.2)
Installing rack-mount (0.6.13)
Installing rack-test (0.5.7)
Installing tzinfo (0.3.25)
Installing actionpack (3.0.4)
Installing mime-types (1.16)
Installing polyglot (0.3.1)
Installing treetop (1.4.9)
Installing mail (2.2.15)
Installing actionmailer (3.0.4)
Installing arel (2.0.9)
Installing activerecord (3.0.4)
Installing activerecord-jdbc-adapter (1.1.1)
Installing activeresource (3.0.4)
Installing jdbc-sqlite3 (3.6.14.2.056)
Using jruby-rack (1.0.8.dev) from source at /Users/david/dev/jruby-rack/target/gem
Using bundler (1.0.10)
Installing thor (0.14.6)
Installing railties (3.0.4)
Installing rails (3.0.4)
Installing trinidad_jars (1.0.1)
Installing trinidad (1.1.0)
Your bundle is complete! It was installed into ./tmp/bundled_gems
[09:43:09][/tmp/rt {jruby-1.6.0}]
$
[09:43:09][/tmp/rt {jruby-1.6.0}]
$ bundle exec trinidad
Mar 19, 2011 9:43:35 AM org.apache.coyote.AbstractProtocolHandler init
INFO: Initializing ProtocolHandler ["http-bio-3000"]
Mar 19, 2011 9:43:35 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Mar 19, 2011 9:43:35 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.11
Mar 19, 2011 9:43:35 AM org.apache.catalina.startup.ContextConfig webConfig
INFO: No global web.xml found
Mar 19, 2011 9:43:37 AM org.apache.catalina.core.ApplicationContext log
INFO: Info: received max runtimes = 5
Mar 19, 2011 9:43:37 AM org.apache.catalina.core.ApplicationContext log
INFO: Info: using runtime pool timeout of 30 seconds
Mar 19, 2011 9:43:37 AM org.apache.catalina.core.ApplicationContext log
INFO: Info: received min runtimes = 1
Mar 19, 2011 9:43:37 AM org.apache.catalina.core.ApplicationContext log
INFO: Info: received max runtimes = 5
Mar 19, 2011 9:43:47 AM org.apache.catalina.core.ApplicationContext log
INFO: Info: add application to the pool. size now = 1
Mar 19, 2011 9:43:47 AM org.apache.coyote.AbstractProtocolHandler start
INFO: Starting ProtocolHandler ["http-bio-3000"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment