Closed stoplion closed 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.
Ok that did it. Thanks.
Documentation has been updated to mention this.
Possible to have better setup instructions? I'd really like to try this app, but I'm getting errors (Redis connection errors) when starting.