Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CeibalEncuesta/gtk3/VagrantFile
blob: c9ef0b2c5614826272efa98caa6240c2af5c7e2c (plain)
1
2
3
4
5
6
Vagrant.configure("2") do |config|
  config.vm.box = "precise32"
  config.vm.hostname = "polls-gkt3"
  config.ssh.forward_x11 = true
  config.vm.provision :shell, :path => "bootstrap.sh"
end