antirez / lamernews

Lamer News -- an HN style social news site written in Ruby/Sinatra/Redis/JQuery
http://lamernews.com
Other
1.35k stars 200 forks source link

Setup Instructions for Redis Newbies #153

Closed stoplion closed 10 years ago

stoplion commented 10 years ago

Possible to have better setup instructions? I'd really like to try this app, but I'm getting errors (Redis connection errors) when starting.

fcambus commented 10 years ago

It might be related to Redis port configuration.

Redis uses port 6379 by default, so either change the port in the app_config.rb file to use 6379, or configure Redis to use port 10000.

stoplion commented 10 years ago

Ok that did it. Thanks.

fcambus commented 10 years ago

Documentation has been updated to mention this.