Created
August 31, 2014 13:20
-
-
Save andy-b-84/42bc1f502f7d1e1b7255 to your computer and use it in GitHub Desktop.
Vagrantfile compatible with andy_b_84/debian-squeeze64-lamp and vagrant share
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "andy_b_84/debian-squeeze64-lamp" | |
config.vm.network "forwarded_port", guest: 80, host: 8080 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://github.com/andy-b-84/vagrant-squeeze64-lamp