-->

Friday, April 13, 2012

sphinx and delayed job on dev after startup

Steps to do to start the delayed job worker
stop all workers :
script/delayed_job stop
Start a new worker with monitoring to screen ( use start instead run to lunch in background)
script/delayed_job run

stop sphinx server
sudo service sphinxsearch stop
build the index and update configuration
rake ts:index
run the search server with the rails configuration
rake ts:start



No comments:

Post a Comment