I am trying to install Solr 4.6 with Drupal 7. For some reason, I am not able to. Probably, I am trying to install it on a remote server (my website server).
Here are the steps I am doing:-
- Download Apache Solr Drupal Module from here and placed it in my Drupal modules folder (sites/all/modules/)
- Enabled
Apache Solr search
andApache Solr framework
modules in admin/modules - Downloaded Apache Solr 4.2 from http://www.dsgnwrld.com/am/lucene/solr/4.6.0/
- Unpack it outside my drupal installation and outside my web root/folder. (~/srv/www/solr)
- Went to sites/all/modules/apachesolr/solr-conf/solr-4.x and copied all files to ~/srv/www/solr/example/solr/conf
I am stuck after this. I know I have to access my server at this address ~/srv/www/solr/example
through command prompt (Terminal) to start the Apache Service but how can I do that?
Plus, on the site, it's written that I can access the Solr admin interface by visiting
http://localhost:8983/solr/admin
, but how can I do that when my site is located on a remote server?
Please help.
Thanks.