diff --git a/elasticsearch-rails/lib/rails/templates/03-expert.rb b/elasticsearch-rails/lib/rails/templates/03-expert.rb index ec098a420..1f8713625 100644 --- a/elasticsearch-rails/lib/rails/templates/03-expert.rb +++ b/elasticsearch-rails/lib/rails/templates/03-expert.rb @@ -17,7 +17,8 @@ rescue Redis::CannotConnectError puts say_status "ERROR", "Redis not available", :red - say_status "", "This template uses an asynchronous indexer via Sidekiq, and requires a running Redis server." + say_status "", "This template uses an asynchronous indexer via Sidekiq, and requires a running Redis server. + Make sure you have installed Redis (brew install redis) and that you have launched the server" exit(1) end