Vagrantfile.pkg 7 lines (6 with data), 233 Bytes
Vagrant::Config.run do |config| # 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