Created
January 10, 2012 21:27
-
-
Save jamiejackson/1591301 to your computer and use it in GitHub Desktop.
Install jruby-jack gem from source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install maven2 # install maven2, if you don't have it | |
$ gem uninstall jruby-jack | |
$ gedit Gemfile # add: gem 'jruby-rack', '1.1.3.dev' | |
$ # while in my project's rails root | |
$ git clone https://github.com/jruby/jruby-rack.git | |
$ cd jruby-rack | |
$ bundle install | |
$ rake gem | |
$ gem install target/jruby-rack-1.1.3.dev.gem | |
$ cd ../ | |
$ bundle install | |
$ bundle exec rake assets:precompile | |
$ bundle warble |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment