Skip to content

Skeleton for JRuby 1.6.7, Rails 3.2.3, Jetty 8.1.3 using maven & warbler

Notifications You must be signed in to change notification settings

tomdz/jruby-rails-jetty-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a skeleton project showing how to combine these things:

  • Rails 3.2.3
  • JRuby 1.6.7
  • Jetty 8.1.3

plus these development/build tools:

  • Warbler 1.3.5 for assembling the rails webapp
  • Maven 3 for maintaining additional java dependencies that the Rails app might need, and for assembling the final artifact (tar.gz containing jetty and the web app)

How to use

You'll need jruby, installed e.g. via rvm or rbenv. You also need bundler which can be installed via gem:

gem install bundler

Finally, you'll need maven which comes pre-installed on MacOS X or can be downloaded/installed from here.

Then, clone this repo and run the build:

mvn -Pmake-dist install

This will run bundler (to fetch relevant gems) and warbler (to build the war file), and then maven will build the tar.gz archive and put it into the target folder.

About

Skeleton for JRuby 1.6.7, Rails 3.2.3, Jetty 8.1.3 using maven & warbler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published