Installation - rayasocialmedia/recognition GitHub Wiki
Redis is required to run Recognition. Make sure you have a server running.
Now, add this line to your application's Gemfile:
gem 'recognition'
And then execute:
$ bundle
Then, you need to run the generator:
$ rails generate recogintion:install
And finally, configure your REDIS server connection parameters in config/recognition.yml
, mine looks like this:
development: localhost:6379
test: localhost:6379:1
production: localhost:6379