Skip to content

Instantly share code, notes, and snippets.

@m0veax
Created October 23, 2017 13:02
Show Gist options
  • Save m0veax/39c82523e64a241e24a6ce7f740049ee to your computer and use it in GitHub Desktop.
Save m0veax/39c82523e64a241e24a6ce7f740049ee to your computer and use it in GitHub Desktop.
PHP 5.4 Test Environment
Vagrant.configure("2") do |config|
config.vm.box = "blackbit/php-5.4"
config.vm.network "public_network", ip: "192.168.0.138"
config.vm.synced_folder "source/", "/var/www/html/", owner: "apache", group: "apache"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment