Skip to content
mkristian edited this page Aug 3, 2012 · 1 revision

the jbundle is basically a wrapper around bundle and depends on having bundler gem installed to bundler.

there are three commands

  • jbundle install: which install first the gems via bundle and the jars from dependency hull of the Jarfile.

  • jbundle show: shows all installed gems and jars

  • jbundle update: basically deleted the Jarfile.lock and reruns the install process.

so with that you can are almost on familiar ground as with bundler - just add an j

  • checkout your project
  • run jbundle install inside your project
  • run your code via bundle exec, etc