New
Vagrant project for Magento 2 developers v2.0
Changed
- Moved provisioning scripts
- Magento project directory moved to vagrant project root. Current structure is as follows:
vagrant-magento/magento2ce/magento2ee - PHP 7.0 is installed by default instead of PHP 5.5.9 (can be configured in etc/config.yaml.dist)
- Renamed configuration folder from
local.configtoetc - Set minimum Vagrant version as 1.8
- Improved deployment speed in case of disabled NFS for folders sync
- Used custom Vagrant box with pre-installed software necessary for Magento 2 development
- Eliminated explicit dependency on PHP for Windows hosts (it can be downloaded and used locally for the project)
- XSD URN generation is executed after Magento installation
Added
- Added project initialization script and host scripts for routine flows (compatible with OSX, *nix and Windows)