Switch to side-by-side view

--- a/vagrant/Vagrantfile.pkg
+++ b/vagrant/Vagrantfile.pkg
@@ -2,4 +2,5 @@
   # Forward Allura web port so you can browse the site at
   # http://localhost:8080 (local port is the second number)
   config.vm.forward_port 8080, 8080
+  config.vm.forward_port 8983, 8983 # solr
 end