Vagrant box for Apache Solr 4.10.2 served by Apache Tomcat 7 on Ubuntu Trusty 64 bit.
- Make sure you have Vagrant installed.
- Clone the repository.
- Move into to the reopsitory directory and perform
vagrant up
- login to the admin to verify the installation by going to http://192.168.33.123:8080/solr/#/
After settin up the Vagrant box with the provisioning script, you can add cores like you are used to with Apache Solr.
- add your core to /usr/share/solr or copy one of the default cores,
- add your core the the solr.xml file in that directory
- restart Apache Tomcat
sudo service tomcat7 restart
You will find the loggin files in /var/logs/tomcat/ .
You probably need to install some addiotional drivers for both Virtual box and your host system, see the Arch linux wiki for how to set it up on Arch.