Skip to content

Vagrant project for Magento 2 developers v2.2.0

Latest
Compare
Choose a tag to compare
@paliarush paliarush released this 25 Feb 18:55
· 62 commits to 2.0 since this release

Changed

  • Magento EE and sample data directories are added to 'Exclude list' in PhpStorm
  • Redis is used as default cache backend instead of filesystem
  • After EE is linked, EE versions of composer.lock and composer.json are replaced back with CE versions (thus are not marked by git as modified)
  • Improved CLI scripts output formatting

Fixed

  • Issue with some files marked as unversioned in git after EE linking
  • It is now possible to use spaces in path to vagrant project on Windows. On OSX and Linux hosts it works in non-NFS mode, in NFS mode it does not work because of bug in vagrant
  • Issue with MySQL being down after VM power off

Added

  • Added ability to configure number of CPUs for virtual machine via etc/config.yaml
  • Added generation of basic sample data for testing purposes
  • Ability to upgrade Magento using m-switch-to-ce and m-switch-to-ee (when -u flag is specified)
  • Redis support for Magento caching
  • Access to Magento developer mode and storefront/admin UI debugging features via etc/config.yaml
  • Composer-based installation support
  • Magento cache warming up after re-install and clearing cache (when -w flag is specified)
  • Tests configuration files are generated during project initialization
  • Sample data support
  • ElasticSearch support
  • NodeJS, NPM, Gulp and Grunt are installed as part of the provisioning process