Select Page

Install Solr on Vagrant

[Update] This method will install an older version of Solr. To get the latest I followed this guide. All I had to do was add: config.vm.network :forwarded_port, host: 4569, guest: 8983 to the Vagrant file. You can then start Tomcat with: /etc/init.d/tomcat6 start and...