Created
June 7, 2010 18:46
-
-
Save jhsu/429010 to your computer and use it in GitHub Desktop.
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
# install redis | |
git clone [email protected]:jhsu/redis-shelf.git | |
cd redis-self | |
gem install yaml redis shotgun thin | |
redis-server | |
shotgun config.ru -s thin # starts server on :3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment