You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve issue on apt-get install, sometimes it could be stuck on re-installation: we now delete apt list repository on provision.
Fix elasticsearch v7.x installation, now provided on version >= 2.4.0 and fallback to v6.x for lower version.
Adding MySQL 8 with Percona for version >= 2.4.0 and fallback to 5.7 for lower version.
Composer v1 could be stuck on installation, COMPOSER_MEMORY_LIMIT=-1 has been set to avoid this.
Sample data installation has been reworked to follow documentation, it may not work properly on Magento version <= 2.2.x (not tested).
Rsync mount now required to run vagrant reload to enable the watcher on first installation (this is not required on next vagrant up).
Resolve issue #79: magento requires correct permission to add image on catalog product from back-office: global permissions are no more forced with bindfs, we only force the user group (www-data) in order to make it work properly with nginx.