Vagrantfile.pkg 6 lines (5 with data), 190 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 end
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 end