New
Vagrant project for Magento 2 developers v2.1
Changed
- Removed requirement for public github token due to Composer limitations (issue is fixed on Composer side)
- Changed requirement for minimum box version from 1.0 to 1.1
- Upgraded PHP 5.5.9 to PHP 5.6
- When init_project.sh is executed, EE will be installed by default, if EE repository is specified in etc/config.yaml.dist. Not supported on Windows hosts
Fixed
- Fixed permissions during Magento installation on Windows hosts
- Fixed issue with Magento compiler on Windows hosts
- Fixed "stdin: is not a tty" warning
Added
- Added setup and upgrade cron scripts to crontab
- Added logging of all emails in HTML format to
vagrant-magento/log/email - Added host wrapper script for bin/magento command on guest
- Added ability to modify guest config files (PHP, Apache etc) directly from host IDE
- Added ability to choose if PhpStorm configs should be removed during project reinitialization
- Added ability to switch PHP version without destroying the project ("vagrant reload" is required)
- Added ability to do force switch to CE or EE (even if already switched to target edition)
- Added ability to use Varnish full page caching automatically. (Using "vagrant reload" or m-varnish script)