Skip to content

Instantly share code, notes, and snippets.

@calavera
Created May 7, 2011 07:09
Show Gist options
  • Save calavera/960277 to your computer and use it in GitHub Desktop.
Save calavera/960277 to your computer and use it in GitHub Desktop.
[00:08:06][jruby-1.6.1][/tmp/trinidad-sinatra-19 (master)]
$ git clone git://github.com/kbaum/trinidad-sinatra-19.git && cd trinidad-sinatra-19 && bundle install && gem install trinidad && JRUBY_OPTS="--1.9" trinidad -r
Cloning into trinidad-sinatra-19...
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 6 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (6/6), done.
Fetching source index for http://rubygems.org/
Installing rack (1.2.2)
Installing tilt (1.3)
Installing sinatra (1.2.6)
Using bundler (1.0.13)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Fetching: trinidad_jars-1.0.1.gem (100%)
Fetching: jruby-rack-1.0.8.gem (100%)
Fetching: trinidad-1.1.1.gem (100%)
Successfully installed trinidad_jars-1.0.1
Successfully installed jruby-rack-1.0.8
Successfully installed trinidad-1.1.1
3 gems installed
May 7, 2011 12:09:11 AM org.apache.coyote.AbstractProtocolHandler init
INFO: Initializing ProtocolHandler ["http-bio-3000"]
May 7, 2011 12:09:11 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
May 7, 2011 12:09:11 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.11
May 7, 2011 12:09:11 AM org.apache.catalina.startup.ContextConfig webConfig
INFO: No global web.xml found
May 7, 2011 12:09:13 AM org.apache.catalina.core.ApplicationContext log
INFO: jruby 1.6.1 (ruby-1.9.2-p136) (2011-04-12 85838f6) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java]
/Users/david/.rvm/gems/jruby-1.6.1/gems/rack-1.2.2/lib/rack.rb:14 warning: already initialized constant VERSION
May 7, 2011 12:09:16 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