Hi :
i use MAMP , i dont know if i can install apachesolr module correctly because i need java and i dont know how to install java in my MAMP is it possible to run apachesolr module in MAMP?
Thanks very much for your time.

Comments

robertdouglass’s picture

You have an appropriate version of Java on your Mac if you're running Leopard. Try opening the Terminal program and typing "java". You should see something like this:

robert$ java
Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)
</pre>

This means that you can run Solr. The ApacheSolr drupal module doesn't need Java, though. That means if you want to avoid setting up a Solr server and just want to use the ApacheSolr module to search your site, you could sign up for Acquia's hosted search solution: http://acquia.com/products-services/acquia-search

marthinal’s picture

robertDouglass:
Thanks very much, now i understand!
:) .

robertdouglass’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.