Skip to content

Instantly share code, notes, and snippets.

@timfel
Created July 25, 2010 00:05
Show Gist options
  • Save timfel/489120 to your computer and use it in GitHub Desktop.
Save timfel/489120 to your computer and use it in GitHub Desktop.
~...s/rsoc/rails_test ✔ jruby -S gem install mongrel-1.1.5.gem sqlite3-ruby
Building native extensions. This could take a while...
Building native extensions. This could take a while...
Successfully installed fastthread-1.0.7
Successfully installed cgi_multipart_eof_fix-2.5.0
Successfully installed mongrel-1.1.5
Building native extensions. This could take a while...
Successfully installed sqlite3-ruby-1.3.1
~...s/rsoc/rails_test ✔ grep -m2 -C1 sqlite3 config/database.yml
# SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: sqlite3
~...s/rsoc/rails_test ✔ jruby -S mongrel_rails start
calling init (1027c5381)
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
** Rails signals registered. HUP => reload (without restart). It might not work well.
** Mongrel 1.1.5 available at 0.0.0.0:3000
** Use CTRL-C to stop.
calling init (1027d9b60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment