All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fixed permissions during Magento installation on Windows hosts
- Added host wrapper script for bin/magento command on guest
- 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.config
toetc
- 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 project initialization script and host scripts for routine flows (compatible with OSX, *nix and Windows)
- Implemented static value of forwarded SSH port to prevent necessity to reconfigure software accessing guest via SSH
- Implemented collision prevention for IP address and host name (in case when several machines are created at once)
- Added configuration file etc/config.yaml.dist
- Added PHP 7.0 support
- Added PHP Storm configuration during project initialization (particularly automatic deployment settings)
- Added automatic vagrant plugins installation
- Integrated vagrant host manager plugin to allow automatic /etc/hosts update
- Added support of EE linked to CE using symlinks on *nix hosts
- Added ${MAGENTO_ROOT} environment variable, which stores installation path on the guest
- Added support of Rabbit MQ
- Added possibility to specify tokens for repo.magento.com composer repository
- git is now installed on guest machine
- Removed 'magento' MySQL user, password of 'root' user removed
- Database for integration tests are created by default
- Added script for clearing Magento cache from host command line
- Configured XDebug to allow remote debugging
- Fixed max_nesting_level issue with XDebug enabled
- Apache is run by 'vagrant' user
- Enabled Magento cron jobs
- Enabled XDebug by default
- Created vagrant configuration for Magneto 2 CE developer's environment installation