Sha256: 68d6fe2c0491c25ac7d8a91f659c5e6935cc23e7469109024eb305eecd40bc63
Contents?: true
Size: 257 Bytes
Versions: 22
Compression:
Stored size: 257 Bytes
Contents
root = File.expand_path("..", __FILE__) cmd = "cd /usr/local/Cellar/solr/3.1.0/libexec/example/ && java -Dsolr.data.dir=#{root}/data -Dsolr.solr.home=#{root} -Djetty.port=8985 -jar start.jar > #{File.expand_path("../log/solr.log", root)} 2>&1 &" system(cmd)
Version data entries
22 entries across 22 versions & 1 rubygems