Created
January 13, 2012 16:50
-
-
Save sam/1607465 to your computer and use it in GitHub Desktop.
GeminaboxPlus Setup on OSX/JRuby
This file contains hidden or 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
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