Switch to unified view
a/vagrant/Vagrantfile.pkg | b/vagrant/Vagrantfile.pkg | ||
---|---|---|---|
1 | Vagrant::Config.run do |config| |
1 | Vagrant::Config.run do |config| |
2 | # Forward Allura web port so you can browse the site at |
2 | # Forward Allura web port so you can browse the site at |
3 | # http://localhost:8080 (local port is the second number) |
3 | # http://localhost:8080 (local port is the second number) |
4 | config.vm.forward_port 8080, 8080 |
4 | config.vm.forward_port 8080, 8080 |
5 | config.vm.forward_port 8983, 8983 # solr |
||
5 | end |
6 | end |