1. Open the file deploy.rb do changes mentioned below
++++++++++++++++++++++++++++++++++++++++++++++++++++++
vi /home/<appuser>/tincan/config/deploy.rb

Example : vi /home/expdev01/tincan/config/deploy.rb

2. Search the below string and comment it
++++++++++++++++++++++++++++++++++++++++++++++++++++++
after “deploy:finishing”, 'deploy:cleanup'

3. Add the mentioned line below the recently commented line
++++++++++++++++++++++++++++++++++++++++++++++++++++++
after “deploy:finishing”, 'deploy:cleanup',“solr:start”

4. Search the below mentioned search string and add a new mentioned statement below that

Search string
++++++++++++++++++++++++++++++++++++++++++++++++++++++
after “solr:start”,“solr:reindex”

Add the new line below the above mentioned search string

after “solr:stop”,“solr:start”

5. Save the file and exit