Created
October 23, 2017 13:02
-
-
Save m0veax/39c82523e64a241e24a6ce7f740049ee to your computer and use it in GitHub Desktop.
PHP 5.4 Test Environment
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
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