Minimum Requirements:
-
Ruby 1.9.3
-
Rails 3.2.13
-
MySQL
-
Mysql2 gem
-
After checking out the application go to that folder
$ cd {PATH_TO_APP}
-
Run bundle command
$ bundle update
-
Change database.yml accordingly and run below commands
$ rake db:create $ rake db:migrate
-
Start Solr in a different terminal tab/new command prompt
$ rake sunspot:solr:start // Successfully started Solr.
-
Re-index using the below command
$ rake sunspot:reindex
-
Start your application server and create some users and then try to search.