Skip to content

Instantly share code, notes, and snippets.

@sam
Created January 13, 2012 16:50
Show Gist options
  • Save sam/1607465 to your computer and use it in GitHub Desktop.
Save sam/1607465 to your computer and use it in GitHub Desktop.
GeminaboxPlus Setup on OSX/JRuby
brew install redis
redis-cli hset services resque '["localhost"]'
jgem install rack -v1.3.6
jgem install jruby-rack -v1.1.1
jgem install trinidad -v1.2.3
git clone git://github.com/sam/geminaboxplus.git
cd geminaboxplus
bundle install --path vendor
rake resque:work &
GEMINABOX_DATA="$(pwd)/data" jruby -S trinidad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment